#B77E38

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

Shades of Mandalay #B77E38

Tints of Mandalay #B77E38

Color information

#B77E38 (or 0xB77E38) is unknown color: approx Mandalay. HEX triplet: B7, 7E and 38. RGB value is (183,126,56). Sum of RGB (Red+Green+Blue) = 183+126+56=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E38 is #4881C7. Grayscale: #878787. Windows color (decimal): -4751816 or 3702455. OLE color: 3702455.

HSL color Cylindrical-coordinate representation of color #B77E38: hue angle of 33.07º 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 #B77E38 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB18312656-
CMYK00.310.690.28
HSL33.07º53.14%46.86%-
HSV(B)33.07º69.4%71.76%-
XYZ27.725.277.16-
YUV135.0683.38162.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=50.14%
G=34.52%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831265600.310.690.2833.0753.1446.86
HexB77E3801F451C21352f
Octal2671767003710534416557
Binary101101111111110111000011111100010111100100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E38; }

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

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

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

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

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

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

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

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