Html Css Color HEX #BA3559 Old Rose

📋 copy color: '#BA3559'

red 186 ◦ green 53 ◦ blue 89

#BA3559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BA3559

Tints of Old Rose #BA3559

RGB

 RED value IS 186 (73.05% from 255) = 56.71%

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 56.71%
G = 16.16%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3559 (or 0xBA3559) is known color: Old Rose. HEX triplet: BA, 35 and 59. RGB value is (186,53,89). Sum of RGB (Red+Green+Blue) = 186+53+89=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3559 is #45CAA6. Grayscale: #606060. Windows color (decimal): -4573863 or 5846458. OLE color: 5846458.

HSL color Cylindrical-coordinate representation of color #BA3559: hue angle of 343.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3559 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 89 -
CMYK 0 0.72 0.52 0.27
HSL 343.76º 0.56% 0.47% -
HSV(B) 343.76º 0.72% 0.73% -
XYZ 23.33 13.71 10.87 -
YUV 96.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 186 53 89 0 0.72 0.52 0.27 343.76 0.56 0.47
Hex BA 35 59 0 48 34 1B 158 38 2F
Octal 272 65 131 0 110 64 33 530 70 57
Binary 10111010 110101 1011001 0 1001000 110100 11011 101011000 111000 101111

Color Harmonies of #BA3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3559

Black with #BA3559

Text Example


Text Example

White with #BA3559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3559; }

 p { color: rgb(186,53,89); }

 H1.HeaderClassName
 {
   color: #BA3559;
 }
 .AnyTagClassName
 {
   color: #BA3559;
 }
</style>

background-color css

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

 a { background-color: rgb(186,53,89); }

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

border-color css

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

 span { border-color: rgb(186,53,89); }

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