Html Css Color HEX #B02859 Old Rose

📋 copy color: '#B02859'

red 176 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #B02859

Tints of Old Rose #B02859

RGB

 RED value IS 176 (69.14% from 255) = 57.7%

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 57.7%
G = 13.11%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B02859 (or 0xB02859) is known color: Old Rose. HEX triplet: B0, 28 and 59. RGB value is (176,40,89). Sum of RGB (Red+Green+Blue) = 176+40+89=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B02859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02859 is #4FD7A6. Grayscale: #565656. Windows color (decimal): -5232551 or 5843120. OLE color: 5843120.

HSL color Cylindrical-coordinate representation of color #B02859: hue angle of 338.38º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02859 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 89 -
CMYK 0 0.77 0.49 0.31
HSL 338.38º 0.63% 0.42% -
HSV(B) 338.38º 0.77% 0.69% -
XYZ 20.47 11.47 10.59 -
YUV 86.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 176 40 89 0 0.77 0.49 0.31 338.38 0.63 0.42
Hex B0 28 59 0 4D 31 1F 152 3F 2A
Octal 260 50 131 0 115 61 37 522 77 52
Binary 10110000 101000 1011001 0 1001101 110001 11111 101010010 111111 101010

Color Harmonies of #B02859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02859

Black with #B02859

Text Example


Text Example

White with #B02859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02859; }

 p { color: rgb(176,40,89); }

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

background-color css

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

 a { background-color: rgb(176,40,89); }

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

border-color css

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

 span { border-color: rgb(176,40,89); }

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