#BB224E

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

Shades of Old Rose #BB224E

Tints of Old Rose #BB224E

Color information

#BB224E (or 0xBB224E) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 4E. RGB value is (187,34,78). Sum of RGB (Red+Green+Blue) = 187+34+78=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB224E is #44DDB1. Grayscale: #545454. Windows color (decimal): -4513202 or 5120699. OLE color: 5120699.

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

Color convert

RGB1873478-
CMYK00.820.580.27
HSL342.75º69.23%43.33%-
HSV(B)342.75º81.82%73.33%-
XYZ22.4412.268.39-
YUV84.76124.19200.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=62.54%
G=11.37%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187347800.820.580.27342.7569.2343.33
HexBB224E0523A1B157452b
Octal273421160122723352710553
Binary10111011100010100111001010010111010110111010101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB224E; }

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

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

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

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

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

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

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

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