#BB5257

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

Shades of Mandy #BB5257

Tints of Mandy #BB5257

Color information

#BB5257 (or 0xBB5257) is unknown color: approx Mandy. HEX triplet: BB, 52 and 57. RGB value is (187,82,87). Sum of RGB (Red+Green+Blue) = 187+82+87=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5257 is #44ADA8. Grayscale: #727272. Windows color (decimal): -4500905 or 5722811. OLE color: 5722811.

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

Color convert

RGB1878287-
CMYK00.560.530.27
HSL357.14º43.57%52.75%-
HSV(B)357.14º56.15%73.33%-
XYZ25.2317.2911.02-
YUV113.96112.79180.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=52.53%
G=23.03%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187828700.560.530.27357.1443.5752.75
HexBB5257038351B1652c35
Octal27312212707065335455465
Binary1011101110100101010111011100011010111011101100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5257; }

 p { color: rgb(187,82,87); }

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

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

 a { background-color: rgb(187,82,87); }

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

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

 span { border-color: rgb(187,82,87); }

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