Html Css Color HEX #BB2951 Old Rose

📋 copy color: '#BB2951'

red 187 ◦ green 41 ◦ blue 81

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

Shades of Old Rose #BB2951

Tints of Old Rose #BB2951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

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

R = 60.52%
G = 13.27%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2951 (or 0xBB2951) is known color: Old Rose. HEX triplet: BB, 29 and 51. RGB value is (187,41,81). Sum of RGB (Red+Green+Blue) = 187+41+81=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2951 is #44D6AE. Grayscale: #595959. Windows color (decimal): -4511407 or 5319099. OLE color: 5319099.

HSL color Cylindrical-coordinate representation of color #BB2951: hue angle of 343.56º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2951 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 81 -
CMYK 0 0.78 0.57 0.27
HSL 343.56º 0.64% 0.45% -
HSV(B) 343.56º 0.78% 0.73% -
XYZ 22.77 12.74 9.04 -
YUV 89.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 187 41 81 0 0.78 0.57 0.27 343.56 0.64 0.45
Hex BB 29 51 0 4E 39 1B 158 40 2D
Octal 273 51 121 0 116 71 33 530 100 55
Binary 10111011 101001 1010001 0 1001110 111001 11011 101011000 1000000 101101

Color Harmonies of #BB2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2951

Black with #BB2951

Text Example


Text Example

White with #BB2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2951; }

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

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

background-color css

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

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

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

border-color css

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

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

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