Html Css Color HEX #BB1855 Old Rose

📋 copy color: '#BB1855'

red 187 ◦ green 24 ◦ blue 85

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

Shades of Old Rose #BB1855

Tints of Old Rose #BB1855

RGB

 RED value IS 187 (73.44% from 255) = 63.18%

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 63.18%
G = 8.11%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB1855 (or 0xBB1855) is known color: Old Rose. HEX triplet: BB, 18 and 55. RGB value is (187,24,85). Sum of RGB (Red+Green+Blue) = 187+24+85=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1855 is #44E7AA. Grayscale: #4F4F4F. Windows color (decimal): -4515755 or 5576891. OLE color: 5576891.

HSL color Cylindrical-coordinate representation of color #BB1855: hue angle of 337.55º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1855 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 85 -
CMYK 0 0.87 0.55 0.27
HSL 337.55º 0.77% 0.41% -
HSV(B) 337.55º 0.87% 0.73% -
XYZ 22.46 11.87 9.7 -
YUV 79.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 187 24 85 0 0.87 0.55 0.27 337.55 0.77 0.41
Hex BB 18 55 0 57 37 1B 152 4D 29
Octal 273 30 125 0 127 67 33 522 115 51
Binary 10111011 11000 1010101 0 1010111 110111 11011 101010010 1001101 101001

Color Harmonies of #BB1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1855

Black with #BB1855

Text Example


Text Example

White with #BB1855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1855; }

 p { color: rgb(187,24,85); }

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

background-color css

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

 a { background-color: rgb(187,24,85); }

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

border-color css

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

 span { border-color: rgb(187,24,85); }

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