#B77C39

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

Shades of Mandalay #B77C39

Tints of Mandalay #B77C39

Color information

#B77C39 (or 0xB77C39) is unknown color: approx Mandalay. HEX triplet: B7, 7C and 39. RGB value is (183,124,57). Sum of RGB (Red+Green+Blue) = 183+124+57=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C39 is #4883C6. Grayscale: #868686. Windows color (decimal): -4752327 or 3767479. OLE color: 3767479.

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

Color convert

RGB18312457-
CMYK00.320.690.28
HSL31.9º52.5%47.06%-
HSV(B)31.9º68.85%71.76%-
XYZ27.4724.787.21-
YUV13484.55162.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 57 (22.66% from 255) = 15.66%
R=50.27%
G=34.07%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831245700.320.690.2831.952.547.06
HexB77C39020451C20352f
Octal2671747104010534406557
Binary1011011111111001110010100000100010111100100000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C39; }

 p { color: rgb(183,124,57); }

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

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

 a { background-color: rgb(183,124,57); }

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

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

 span { border-color: rgb(183,124,57); }

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