#BB225F

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

Shades of Old Rose #BB225F

Tints of Old Rose #BB225F

Color information

#BB225F (or 0xBB225F) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 5F. RGB value is (187,34,95). Sum of RGB (Red+Green+Blue) = 187+34+95=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB225F is #44DDA0. Grayscale: #565656. Windows color (decimal): -4513185 or 6234811. OLE color: 6234811.

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

Color convert

RGB1873495-
CMYK00.820.490.27
HSL336.08º69.23%43.33%-
HSV(B)336.08º81.82%73.33%-
XYZ23.1312.5412.03-
YUV86.7132.69199.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.18%
GREEN value IS 34 (13.67% from 255) = 10.76%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=59.18%
G=10.76%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187349500.820.490.27336.0869.2343.33
HexBB225F052311B150452b
Octal273421370122613352010553
Binary10111011100010101111101010010110001110111010100001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB225F; }

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

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

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

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

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

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

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

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