#BB225E

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

Shades of Old Rose #BB225E

Tints of Old Rose #BB225E

Color information

#BB225E (or 0xBB225E) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 5E. RGB value is (187,34,94). Sum of RGB (Red+Green+Blue) = 187+34+94=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB225E is #44DDA1. Grayscale: #565656. Windows color (decimal): -4513186 or 6169275. OLE color: 6169275.

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

Color convert

RGB1873494-
CMYK00.820.500.27
HSL336.47º69.23%43.33%-
HSV(B)336.47º81.82%73.33%-
XYZ23.0912.5211.79-
YUV86.59132.19199.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=59.37%
G=10.79%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187349400.820.500.27336.4769.2343.33
HexBB225E052321B150452b
Octal273421360122623352010553
Binary10111011100010101111001010010110010110111010100001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB225E; }

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

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

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

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

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

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

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

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