#B85051

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

Shades of Mandy #B85051

Tints of Mandy #B85051

Color information

#B85051 (or 0xB85051) is unknown color: approx Mandy. HEX triplet: B8, 50 and 51. RGB value is (184,80,81). Sum of RGB (Red+Green+Blue) = 184+80+81=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B85051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85051 is #47AFAE. Grayscale: #6F6F6F. Windows color (decimal): -4698031 or 5329080. OLE color: 5329080.

HSL color Cylindrical-coordinate representation of color #B85051: hue angle of 359.42º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85051 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1848081-
CMYK00.570.560.28
HSL359.42º42.28%51.76%-
HSV(B)359.42º56.52%72.16%-
XYZ24.1216.529.7-
YUV111.21110.96179.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=53.33%
G=23.19%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184808100.570.560.28359.4242.2851.76
HexB85051039381C1672a34
Octal27012012107170345475264
Binary1011100010100001010001011100111100011100101100111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85051; }

 p { color: rgb(184,80,81); }

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

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

 a { background-color: rgb(184,80,81); }

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

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

 span { border-color: rgb(184,80,81); }

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