#BB224C

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

Shades of Old Rose #BB224C

Tints of Old Rose #BB224C

Color information

#BB224C (or 0xBB224C) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 4C. RGB value is (187,34,76). Sum of RGB (Red+Green+Blue) = 187+34+76=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB224C is #44DDB3. Grayscale: #545454. Windows color (decimal): -4513204 or 4989627. OLE color: 4989627.

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

Color convert

RGB1873476-
CMYK00.820.590.27
HSL343.53º69.23%43.33%-
HSV(B)343.53º81.82%73.33%-
XYZ22.3712.238.02-
YUV84.54123.19201.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.96%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=62.96%
G=11.45%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187347600.820.590.27343.5369.2343.33
HexBB224C0523B1B158452b
Octal273421140122733353010553
Binary10111011100010100110001010010111011110111010110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB224C; }

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

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

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

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

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

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

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

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