#B77B2C

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

Shades of Mandalay #B77B2C

Tints of Mandalay #B77B2C

Color information

#B77B2C (or 0xB77B2C) is unknown color: approx Mandalay. HEX triplet: B7, 7B and 2C. RGB value is (183,123,44). Sum of RGB (Red+Green+Blue) = 183+123+44=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B2C is #4884D3. Grayscale: #848484. Windows color (decimal): -4752596 or 2915255. OLE color: 2915255.

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

Color convert

RGB18312344-
CMYK00.330.760.28
HSL34.1º61.23%44.51%-
HSV(B)34.1º75.96%71.76%-
XYZ27.0724.425.67-
YUV131.9378.38164.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=52.29%
G=35.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831234400.330.760.2834.161.2344.51
HexB77B2C0214C1C223d2d
Octal2671735404111434427555
Binary1011011111110111011000100001100110011100100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B2C; }

 p { color: rgb(183,123,44); }

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

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

 a { background-color: rgb(183,123,44); }

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

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

 span { border-color: rgb(183,123,44); }

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