#BB5154

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

Shades of Mandy #BB5154

Tints of Mandy #BB5154

Color information

#BB5154 (or 0xBB5154) is unknown color: approx Mandy. HEX triplet: BB, 51 and 54. RGB value is (187,81,84). Sum of RGB (Red+Green+Blue) = 187+81+84=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5154 is #44AEAB. Grayscale: #717171. Windows color (decimal): -4501164 or 5525947. OLE color: 5525947.

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

Color convert

RGB1878184-
CMYK00.570.550.27
HSL358.3º43.8%52.55%-
HSV(B)358.3º56.68%73.33%-
XYZ25.0417.0910.37-
YUV113.04111.62180.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=53.12%
G=23.01%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187818400.570.550.27358.343.852.55
HexBB5154039371B1662c35
Octal27312112407167335465465
Binary1011101110100011010100011100111011111011101100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5154; }

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

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

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

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

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

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

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

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