Html Css Color HEX #BB2051 Old Rose

📋 copy color: '#BB2051'

red 187 ◦ green 32 ◦ blue 81

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

Shades of Old Rose #BB2051

Tints of Old Rose #BB2051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 62.33%
G = 10.67%
B = 27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2051 (or 0xBB2051) is known color: Old Rose. HEX triplet: BB, 20 and 51. RGB value is (187,32,81). Sum of RGB (Red+Green+Blue) = 187+32+81=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2051 is #44DFAE. Grayscale: #535353. Windows color (decimal): -4513711 or 5316795. OLE color: 5316795.

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

Color convert

RGB 187 32 81 -
CMYK 0 0.83 0.57 0.27
HSL 341.03º 0.71% 0.43% -
HSV(B) 341.03º 0.83% 0.73% -
XYZ 22.5 12.19 8.95 -
YUV 83.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 187 32 81 0 0.83 0.57 0.27 341.03 0.71 0.43
Hex BB 20 51 0 53 39 1B 155 47 2B
Octal 273 40 121 0 123 71 33 525 107 53
Binary 10111011 100000 1010001 0 1010011 111001 11011 101010101 1000111 101011

Color Harmonies of #BB2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2051

Black with #BB2051

Text Example


Text Example

White with #BB2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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