#BB444C

Color #BB444C Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BB444C

Tints of Old Rose #BB444C

Color information

#BB444C (or 0xBB444C) is unknown color: approx Old Rose. HEX triplet: BB, 44 and 4C. RGB value is (187,68,76). Sum of RGB (Red+Green+Blue) = 187+68+76=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB444C is #44BBB3. Grayscale: #686868. Windows color (decimal): -4504500 or 4998331. OLE color: 4998331.

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

Color convert

RGB1876876-
CMYK00.640.590.27
HSL355.97º46.67%50%-
HSV(B)355.97º63.64%73.33%-
XYZ23.8715.228.52-
YUV104.49111.92186.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=56.50%
G=20.54%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187687600.640.590.27355.9746.6750
HexBB444C0403B1B1642f32
Octal273104114010073335445762
Binary10111011100010010011000100000011101111011101100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB444C; }

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

 H1.HeaderClassName
 {
   color: #BB444C;
 }
 .AnyTagClassName
 {
   color: #BB444C;
 }
</style>
background-color css

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

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

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

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

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

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