#BB225A

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

Shades of Old Rose #BB225A

Tints of Old Rose #BB225A

Color information

#BB225A (or 0xBB225A) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 5A. RGB value is (187,34,90). Sum of RGB (Red+Green+Blue) = 187+34+90=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB225A is #44DDA5. Grayscale: #565656. Windows color (decimal): -4513190 or 5907131. OLE color: 5907131.

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

Color convert

RGB1873490-
CMYK00.820.520.27
HSL338.04º69.23%43.33%-
HSV(B)338.04º81.82%73.33%-
XYZ22.9112.4510.87-
YUV86.13130.19199.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 34 (13.67% from 255) = 10.93%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=60.13%
G=10.93%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187349000.820.520.27338.0469.2343.33
HexBB225A052341B152452b
Octal273421320122643352210553
Binary10111011100010101101001010010110100110111010100101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB225A; }

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

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

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

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

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

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

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

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