#B77C38

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

Shades of Mandalay #B77C38

Tints of Mandalay #B77C38

Color information

#B77C38 (or 0xB77C38) is unknown color: approx Mandalay. HEX triplet: B7, 7C and 38. RGB value is (183,124,56). Sum of RGB (Red+Green+Blue) = 183+124+56=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C38 is #4883C7. Grayscale: #868686. Windows color (decimal): -4752328 or 3701943. OLE color: 3701943.

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

Color convert

RGB18312456-
CMYK00.320.690.28
HSL32.13º53.14%46.86%-
HSV(B)32.13º69.4%71.76%-
XYZ27.4524.777.08-
YUV133.8984.05163.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=50.41%
G=34.16%
B=15.43%

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
Decimal1831245600.320.690.2832.1353.1446.86
HexB77C38020451C20352f
Octal2671747004010534406557
Binary1011011111111001110000100000100010111100100000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C38; }

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

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

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

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

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

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

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

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