#BB225B

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

Shades of Old Rose #BB225B

Tints of Old Rose #BB225B

Color information

#BB225B (or 0xBB225B) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 5B. RGB value is (187,34,91). Sum of RGB (Red+Green+Blue) = 187+34+91=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB225B is #44DDA4. Grayscale: #565656. Windows color (decimal): -4513189 or 5972667. OLE color: 5972667.

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

Color convert

RGB1873491-
CMYK00.820.510.27
HSL337.65º69.23%43.33%-
HSV(B)337.65º81.82%73.33%-
XYZ22.9512.4611.09-
YUV86.24130.69199.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.94%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=59.94%
G=10.90%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187349100.820.510.27337.6569.2343.33
HexBB225B052331B152452b
Octal273421330122633352210553
Binary10111011100010101101101010010110011110111010100101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB225B; }

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

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

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

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

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

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

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

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