#BB2262

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

Shades of Old Rose #BB2262

Tints of Old Rose #BB2262

Color information

#BB2262 (or 0xBB2262) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 62. RGB value is (187,34,98). Sum of RGB (Red+Green+Blue) = 187+34+98=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2262 is #44DD9D. Grayscale: #565656. Windows color (decimal): -4513182 or 6431419. OLE color: 6431419.

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

Color convert

RGB1873498-
CMYK00.820.480.27
HSL334.9º69.23%43.33%-
HSV(B)334.9º81.82%73.33%-
XYZ23.2712.5912.76-
YUV87.04134.19199.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=58.62%
G=10.66%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187349800.820.480.27334.969.2343.33
HexBB2262052301B14f452b
Octal273421420122603351710553
Binary10111011100010110001001010010110000110111010011111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2262; }

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

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

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

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

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

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

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

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