#B77A2F

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

Shades of Mandalay #B77A2F

Tints of Mandalay #B77A2F

Color information

#B77A2F (or 0xB77A2F) is unknown color: approx Mandalay. HEX triplet: B7, 7A and 2F. RGB value is (183,122,47). Sum of RGB (Red+Green+Blue) = 183+122+47=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A2F is #4885D0. Grayscale: #848484. Windows color (decimal): -4752849 or 3111607. OLE color: 3111607.

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

Color convert

RGB18312247-
CMYK00.330.740.28
HSL33.09º59.13%45.1%-
HSV(B)33.09º74.32%71.76%-
XYZ2724.195.94-
YUV131.6980.21164.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=51.99%
G=34.66%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831224700.330.740.2833.0959.1345.1
HexB77A2F0214A1C213b2d
Octal2671725704111234417355
Binary1011011111110101011110100001100101011100100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A2F; }

 p { color: rgb(183,122,47); }

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

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

 a { background-color: rgb(183,122,47); }

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

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

 span { border-color: rgb(183,122,47); }

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