#bb3e54

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

Shades of Old Rose #BB3E54

Tints of Old Rose #BB3E54

Color information

#BB3E54 (or 0xBB3E54) is unknown color: approx Old Rose. HEX triplet: BB, 3E and 54. RGB value is (187,62,84). Sum of RGB (Red+Green+Blue) = 187+62+84=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E54 is #44C1AB. Grayscale: #656565. Windows color (decimal): -4506028 or 5521083. OLE color: 5521083.

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

Color convert

RGB1876284-
CMYK00.670.550.27
HSL349.44º50.2%48.82%-
HSV(B)349.44º66.84%73.33%-
XYZ23.8214.659.96-
YUV101.88117.91188.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=56.16%
G=18.62%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187628400.670.550.27349.4450.248.82
HexBB3E54043371B15d3231
Octal27376124010367335356261
Binary1011101111111010101000100001111011111011101011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3e54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3e54; }

 p { color: rgb(187,62,84); }

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

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

 a { background-color: rgb(187,62,84); }

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

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

 span { border-color: rgb(187,62,84); }

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