#BB2A50

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

Shades of Old Rose #BB2A50

Tints of Old Rose #BB2A50

Color information

#BB2A50 (or 0xBB2A50) is unknown color: approx Old Rose. HEX triplet: BB, 2A and 50. RGB value is (187,42,80). Sum of RGB (Red+Green+Blue) = 187+42+80=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A50 is #44D5AF. Grayscale: #595959. Windows color (decimal): -4511152 or 5253819. OLE color: 5253819.

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

Color convert

RGB1874280-
CMYK00.780.570.27
HSL344.28º63.32%44.9%-
HSV(B)344.28º77.54%73.33%-
XYZ22.7712.88.86-
YUV89.69122.54197.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.52%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=60.52%
G=13.59%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187428000.780.570.27344.2863.3244.9
HexBB2A5004E391B1583f2d
Octal27352120011671335307755
Binary1011101110101010100000100111011100111011101011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A50; }

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

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

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

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

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

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

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

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