Html Css Color HEX #BB2159 Old Rose

📋 copy color: '#BB2159'

red 187 ◦ green 33 ◦ blue 89

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

Shades of Old Rose #BB2159

Tints of Old Rose #BB2159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.8%

R = 60.52%
G = 10.68%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB2159 (or 0xBB2159) is known color: Old Rose. HEX triplet: BB, 21 and 59. RGB value is (187,33,89). Sum of RGB (Red+Green+Blue) = 187+33+89=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2159 is #44DEA6. Grayscale: #555555. Windows color (decimal): -4513447 or 5841339. OLE color: 5841339.

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

Color convert

RGB 187 33 89 -
CMYK 0 0.82 0.52 0.27
HSL 338.18º 0.7% 0.43% -
HSV(B) 338.18º 0.82% 0.73% -
XYZ 22.84 12.37 10.64 -
YUV 85.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 187 33 89 0 0.82 0.52 0.27 338.18 0.7 0.43
Hex BB 21 59 0 52 34 1B 152 46 2B
Octal 273 41 131 0 122 64 33 522 106 53
Binary 10111011 100001 1011001 0 1010010 110100 11011 101010010 1000110 101011

Color Harmonies of #BB2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2159

Black with #BB2159

Text Example


Text Example

White with #BB2159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2159; }

 p { color: rgb(187,33,89); }

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

background-color css

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

 a { background-color: rgb(187,33,89); }

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

border-color css

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

 span { border-color: rgb(187,33,89); }

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