#BB2D5B

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

Shades of Old Rose #BB2D5B

Tints of Old Rose #BB2D5B

Color information

#BB2D5B (or 0xBB2D5B) is unknown color: approx Old Rose. HEX triplet: BB, 2D and 5B. RGB value is (187,45,91). Sum of RGB (Red+Green+Blue) = 187+45+91=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2D5B is #44D2A4. Grayscale: #5C5C5C. Windows color (decimal): -4510373 or 5975483. OLE color: 5975483.

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

Color convert

RGB1874591-
CMYK00.760.510.27
HSL340.56º61.21%45.49%-
HSV(B)340.56º75.94%73.33%-
XYZ23.3213.211.22-
YUV92.7127.04195.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 45 (17.97% from 255) = 13.93%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=57.89%
G=13.93%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187459100.760.510.27340.5661.2145.49
HexBB2D5B04C331B1553d2d
Octal27355133011463335257555
Binary1011101110110110110110100110011001111011101010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2D5B; }

 p { color: rgb(187,45,91); }

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

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

 a { background-color: rgb(187,45,91); }

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

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

 span { border-color: rgb(187,45,91); }

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