Html Css Color HEX #BB4449 Old Rose

📋 copy color: '#BB4449'

red 187 ◦ green 68 ◦ blue 73

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

Shades of Old Rose #BB4449

Tints of Old Rose #BB4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 57.01%
G = 20.73%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB4449 (or 0xBB4449) is known color: Old Rose. HEX triplet: BB, 44 and 49. RGB value is (187,68,73). Sum of RGB (Red+Green+Blue) = 187+68+73=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4449 is #44BBB6. Grayscale: #686868. Windows color (decimal): -4504503 or 4801723. OLE color: 4801723.

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

Color convert

RGB 187 68 73 -
CMYK 0 0.64 0.61 0.27
HSL 357.48º 0.47% 0.5% -
HSV(B) 357.48º 0.64% 0.73% -
XYZ 23.76 15.18 7.98 -
YUV 104.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 187 68 73 0 0.64 0.61 0.27 357.48 0.47 0.5
Hex BB 44 49 0 40 3D 1B 165 2F 32
Octal 273 104 111 0 100 75 33 545 57 62
Binary 10111011 1000100 1001001 0 1000000 111101 11011 101100101 101111 110010

Color Harmonies of #BB4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4449

Black with #BB4449

Text Example


Text Example

White with #BB4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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