#B95D5E

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

Shades of Mandy #B95D5E

Tints of Mandy #B95D5E

Color information

#B95D5E (or 0xB95D5E) is unknown color: approx Mandy. HEX triplet: B9, 5D and 5E. RGB value is (185,93,94). Sum of RGB (Red+Green+Blue) = 185+93+94=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D5E is #46A2A1. Grayscale: #787878. Windows color (decimal): -4629154 or 6184377. OLE color: 6184377.

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

Color convert

RGB1859394-
CMYK00.500.490.27
HSL359.35º39.66%54.51%-
HSV(B)359.35º49.73%72.55%-
XYZ25.9418.9512.88-
YUV120.62112.98173.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 93 (36.72% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=49.73%
G=25%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185939400.500.490.27359.3539.6654.51
HexB95D5E032311B1672837
Octal27113513606261335475067
Binary1011100110111011011110011001011000111011101100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D5E; }

 p { color: rgb(185,93,94); }

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

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

 a { background-color: rgb(185,93,94); }

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

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

 span { border-color: rgb(185,93,94); }

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