Html Css Color HEX #B02155 Old Rose

📋 copy color: '#B02155'

red 176 ◦ green 33 ◦ blue 85

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

Shades of Old Rose #B02155

Tints of Old Rose #B02155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 59.86%
G = 11.22%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B02155 (or 0xB02155) is known color: Old Rose. HEX triplet: B0, 21 and 55. RGB value is (176,33,85). Sum of RGB (Red+Green+Blue) = 176+33+85=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B02155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02155 is #4FDEAA. Grayscale: #515151. Windows color (decimal): -5234347 or 5579184. OLE color: 5579184.

HSL color Cylindrical-coordinate representation of color #B02155: hue angle of 338.18º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02155 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 85 -
CMYK 0 0.81 0.52 0.31
HSL 338.18º 0.68% 0.41% -
HSV(B) 338.18º 0.81% 0.69% -
XYZ 20.09 10.97 9.65 -
YUV 81.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 176 33 85 0 0.81 0.52 0.31 338.18 0.68 0.41
Hex B0 21 55 0 51 34 1F 152 44 29
Octal 260 41 125 0 121 64 37 522 104 51
Binary 10110000 100001 1010101 0 1010001 110100 11111 101010010 1000100 101001

Color Harmonies of #B02155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02155

Black with #B02155

Text Example


Text Example

White with #B02155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02155; }

 p { color: rgb(176,33,85); }

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

background-color css

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

 a { background-color: rgb(176,33,85); }

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

border-color css

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

 span { border-color: rgb(176,33,85); }

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