#B85457

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

Shades of Mandy #B85457

Tints of Mandy #B85457

Color information

#B85457 (or 0xB85457) is unknown color: approx Mandy. HEX triplet: B8, 54 and 57. RGB value is (184,84,87). Sum of RGB (Red+Green+Blue) = 184+84+87=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B85457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85457 is #47ABA8. Grayscale: #727272. Windows color (decimal): -4697001 or 5723320. OLE color: 5723320.

HSL color Cylindrical-coordinate representation of color #B85457: hue angle of 358.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85457 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB1848487-
CMYK00.540.530.28
HSL358.2º41.32%52.55%-
HSV(B)358.2º54.35%72.16%-
XYZ24.6617.2211.04-
YUV114.24112.63177.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=51.83%
G=23.66%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184848700.540.530.28358.241.3252.55
HexB85457036351C1662935
Octal27012412706665345465165
Binary1011100010101001010111011011011010111100101100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85457; }

 p { color: rgb(184,84,87); }

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

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

 a { background-color: rgb(184,84,87); }

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

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

 span { border-color: rgb(184,84,87); }

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