#B77E36

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

Shades of Mandalay #B77E36

Tints of Mandalay #B77E36

Color information

#B77E36 (or 0xB77E36) is unknown color: approx Mandalay. HEX triplet: B7, 7E and 36. RGB value is (183,126,54). Sum of RGB (Red+Green+Blue) = 183+126+54=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E36 is #4881C9. Grayscale: #878787. Windows color (decimal): -4751818 or 3571383. OLE color: 3571383.

HSL color Cylindrical-coordinate representation of color #B77E36: hue angle of 33.49º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B77E36 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18312654-
CMYK00.310.700.28
HSL33.49º54.43%46.47%-
HSV(B)33.49º70.49%71.76%-
XYZ27.6625.266.91-
YUV134.8382.38162.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 54 (21.48% from 255) = 14.88%
R=50.41%
G=34.71%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831265400.310.700.2833.4954.4346.47
HexB77E3601F461C21362e
Octal2671766603710634416656
Binary101101111111110110110011111100011011100100001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E36; }

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

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

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

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

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

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

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

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