#BB3F51

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

Shades of Old Rose #BB3F51

Tints of Old Rose #BB3F51

Color information

#BB3F51 (or 0xBB3F51) is unknown color: approx Old Rose. HEX triplet: BB, 3F and 51. RGB value is (187,63,81). Sum of RGB (Red+Green+Blue) = 187+63+81=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F51 is #44C0AE. Grayscale: #666666. Windows color (decimal): -4505775 or 5324731. OLE color: 5324731.

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

Color convert

RGB1876381-
CMYK00.660.570.27
HSL351.29º49.6%49.02%-
HSV(B)351.29º66.31%73.33%-
XYZ23.7614.719.37-
YUV102.13116.08188.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=56.50%
G=19.03%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187638100.660.570.27351.2949.649.02
HexBB3F51042391B15f3231
Octal27377121010271335376261
Binary1011101111111110100010100001011100111011101011111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F51; }

 p { color: rgb(187,63,81); }

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

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

 a { background-color: rgb(187,63,81); }

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

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

 span { border-color: rgb(187,63,81); }

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