Html Css Color HEX #BB1851 Old Rose

📋 copy color: '#BB1851'

red 187 ◦ green 24 ◦ blue 81

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

Shades of Old Rose #BB1851

Tints of Old Rose #BB1851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 64.04%
G = 8.22%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB1851 (or 0xBB1851) is known color: Old Rose. HEX triplet: BB, 18 and 51. RGB value is (187,24,81). Sum of RGB (Red+Green+Blue) = 187+24+81=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1851 is #44E7AE. Grayscale: #4F4F4F. Windows color (decimal): -4515759 or 5314747. OLE color: 5314747.

HSL color Cylindrical-coordinate representation of color #BB1851: hue angle of 339.02º 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 #BB1851 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 81 -
CMYK 0 0.87 0.57 0.27
HSL 339.02º 0.77% 0.41% -
HSV(B) 339.02º 0.87% 0.73% -
XYZ 22.31 11.81 8.89 -
YUV 79.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 187 24 81 0 0.87 0.57 0.27 339.02 0.77 0.41
Hex BB 18 51 0 57 39 1B 153 4D 29
Octal 273 30 121 0 127 71 33 523 115 51
Binary 10111011 11000 1010001 0 1010111 111001 11011 101010011 1001101 101001

Color Harmonies of #BB1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1851

Black with #BB1851

Text Example


Text Example

White with #BB1851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1851; }

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

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

background-color css

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

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

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

border-color css

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

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

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