#B77F31

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

Shades of Mandalay #B77F31

Tints of Mandalay #B77F31

Color information

#B77F31 (or 0xB77F31) is unknown color: approx Mandalay. HEX triplet: B7, 7F and 31. RGB value is (183,127,49). Sum of RGB (Red+Green+Blue) = 183+127+49=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F31 is #4880CE. Grayscale: #878787. Windows color (decimal): -4751567 or 3243959. OLE color: 3243959.

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

Color convert

RGB18312749-
CMYK00.310.730.28
HSL34.93º57.76%45.49%-
HSV(B)34.93º73.22%71.76%-
XYZ27.6725.476.36-
YUV134.8579.55162.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 49 (19.53% from 255) = 13.65%
R=50.97%
G=35.38%
B=13.65%

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
Decimal1831274900.310.730.2834.9357.7645.49
HexB77F3101F491C233a2d
Octal2671776103711134437255
Binary101101111111111110001011111100100111100100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F31; }

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

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

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

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

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

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

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

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