#BB2B50

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

Shades of Old Rose #BB2B50

Tints of Old Rose #BB2B50

Color information

#BB2B50 (or 0xBB2B50) is unknown color: approx Old Rose. HEX triplet: BB, 2B and 50. RGB value is (187,43,80). Sum of RGB (Red+Green+Blue) = 187+43+80=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B50 is #44D4AF. Grayscale: #5A5A5A. Windows color (decimal): -4510896 or 5254075. OLE color: 5254075.

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

Color convert

RGB1874380-
CMYK00.770.570.27
HSL344.58º62.61%45.1%-
HSV(B)344.58º77.01%73.33%-
XYZ22.8112.878.87-
YUV90.27122.21196.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=60.32%
G=13.87%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187438000.770.570.27344.5862.6145.1
HexBB2B5004D391B1593f2d
Octal27353120011571335317755
Binary1011101110101110100000100110111100111011101011001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B50; }

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

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

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

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

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

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

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

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