Html Css Color HEX #BB2049 Old Rose

📋 copy color: '#BB2049'

red 187 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #BB2049

Tints of Old Rose #BB2049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25%

R = 64.04%
G = 10.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB2049 (or 0xBB2049) is known color: Old Rose. HEX triplet: BB, 20 and 49. RGB value is (187,32,73). Sum of RGB (Red+Green+Blue) = 187+32+73=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2049 is #44DFB6. Grayscale: #535353. Windows color (decimal): -4513719 or 4792507. OLE color: 4792507.

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

Color convert

RGB 187 32 73 -
CMYK 0 0.83 0.61 0.27
HSL 344.13º 0.71% 0.43% -
HSV(B) 344.13º 0.83% 0.73% -
XYZ 22.21 12.08 7.46 -
YUV 83.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 187 32 73 0 0.83 0.61 0.27 344.13 0.71 0.43
Hex BB 20 49 0 53 3D 1B 158 47 2B
Octal 273 40 111 0 123 75 33 530 107 53
Binary 10111011 100000 1001001 0 1010011 111101 11011 101011000 1000111 101011

Color Harmonies of #BB2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2049

Black with #BB2049

Text Example


Text Example

White with #BB2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2049; }

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

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

background-color css

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

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

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

border-color css

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

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

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