#BA2356

Color #BA2356 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BA2356

Tints of Old Rose #BA2356

Color information

#BA2356 (or 0xBA2356) is unknown color: approx Old Rose. HEX triplet: BA, 23 and 56. RGB value is (186,35,86). Sum of RGB (Red+Green+Blue) = 186+35+86=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2356 is #45DCA9. Grayscale: #555555. Windows color (decimal): -4578474 or 5645242. OLE color: 5645242.

HSL color Cylindrical-coordinate representation of color #BA2356: hue angle of 339.74º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2356 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1863586-
CMYK00.810.540.27
HSL339.74º68.33%43.33%-
HSV(B)339.74º81.18%72.94%-
XYZ22.5312.319.99-
YUV85.96128.03199.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 60.59%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=60.59%
G=11.40%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186358600.810.540.27339.7468.3343.33
HexBA2356051361B154442b
Octal272431260121663352410453
Binary10111010100011101011001010001110110110111010101001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2356; }

 p { color: rgb(186,35,86); }

 H1.HeaderClassName
 {
   color: #BA2356;
 }
 .AnyTagClassName
 {
   color: #BA2356;
 }
</style>
background-color css

<style>
 a { background-color: #BA2356; }

 a { background-color: rgb(186,35,86); }

 div.DivClassName
 {
   background-color: #BA2356;
 }
 .BgClassName
 {
   background-color: #BA2356;
 }
</style>
border-color css

<style>
 span { border-color: #BA2356; }

 span { border-color: rgb(186,35,86); }

 td.TdClassName
 {
   border-color: #BA2356;
 }
 .TagClassName
 {
   border-color: #BA2356;
 }
</style>