#b77e31

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

Shades of Mandalay #B77E31

Tints of Mandalay #B77E31

Color information

#B77E31 (or 0xB77E31) is unknown color: approx Mandalay. HEX triplet: B7, 7E and 31. RGB value is (183,126,49). Sum of RGB (Red+Green+Blue) = 183+126+49=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E31 is #4881CE. Grayscale: #868686. Windows color (decimal): -4751823 or 3243703. OLE color: 3243703.

HSL color Cylindrical-coordinate representation of color #B77E31: hue angle of 34.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B77E31 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18312649-
CMYK00.310.730.28
HSL34.48º57.76%45.49%-
HSV(B)34.48º73.22%71.76%-
XYZ27.5425.216.32-
YUV134.2679.88162.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=51.12%
G=35.20%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831264900.310.730.2834.4857.7645.49
HexB77E3101F491C223a2d
Octal2671766103711134427255
Binary101101111111110110001011111100100111100100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77e31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77e31; }

 p { color: rgb(183,126,49); }

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

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

 a { background-color: rgb(183,126,49); }

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

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

 span { border-color: rgb(183,126,49); }

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