#BB2260

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

Shades of Old Rose #BB2260

Tints of Old Rose #BB2260

Color information

#BB2260 (or 0xBB2260) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 60. RGB value is (187,34,96). Sum of RGB (Red+Green+Blue) = 187+34+96=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2260 is #44DD9F. Grayscale: #565656. Windows color (decimal): -4513184 or 6300347. OLE color: 6300347.

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

Color convert

RGB1873496-
CMYK00.820.490.27
HSL335.69º69.23%43.33%-
HSV(B)335.69º81.82%73.33%-
XYZ23.1812.5512.27-
YUV86.82133.19199.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=58.99%
G=10.73%
B=30.28%

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
Decimal187349600.820.490.27335.6969.2343.33
HexBB2260052311B150452b
Octal273421400122613352010553
Binary10111011100010110000001010010110001110111010100001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2260; }

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

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

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

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

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

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

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

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