#BB2B53

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

Shades of Old Rose #BB2B53

Tints of Old Rose #BB2B53

Color information

#BB2B53 (or 0xBB2B53) is unknown color: approx Old Rose. HEX triplet: BB, 2B and 53. RGB value is (187,43,83). Sum of RGB (Red+Green+Blue) = 187+43+83=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B53 is #44D4AC. Grayscale: #5A5A5A. Windows color (decimal): -4510893 or 5450683. OLE color: 5450683.

HSL color Cylindrical-coordinate representation of color #BB2B53: hue angle of 343.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2B53 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1874383-
CMYK00.770.560.27
HSL343.33º62.61%45.1%-
HSV(B)343.33º77.01%73.33%-
XYZ22.9212.929.47-
YUV90.62123.71196.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.74%
GREEN value IS 43 (17.19% from 255) = 13.74%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=59.74%
G=13.74%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187438300.770.560.27343.3362.6145.1
HexBB2B5304D381B1573f2d
Octal27353123011570335277755
Binary1011101110101110100110100110111100011011101010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B53; }

 p { color: rgb(187,43,83); }

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

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

 a { background-color: rgb(187,43,83); }

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

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

 span { border-color: rgb(187,43,83); }

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