#B77A2E

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

Shades of Mandalay #B77A2E

Tints of Mandalay #B77A2E

Color information

#B77A2E (or 0xB77A2E) is unknown color: approx Mandalay. HEX triplet: B7, 7A and 2E. RGB value is (183,122,46). Sum of RGB (Red+Green+Blue) = 183+122+46=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A2E is #4885D1. Grayscale: #838383. Windows color (decimal): -4752850 or 3046071. OLE color: 3046071.

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

Color convert

RGB18312246-
CMYK00.330.750.28
HSL33.28º59.83%44.9%-
HSV(B)33.28º74.86%71.76%-
XYZ26.9824.185.83-
YUV131.5779.71164.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 46 (18.36% from 255) = 13.11%
R=52.14%
G=34.76%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831224600.330.750.2833.2859.8344.9
HexB77A2E0214B1C213c2d
Octal2671725604111334417455
Binary1011011111110101011100100001100101111100100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A2E; }

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

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

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

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

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

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

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

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