#B77E2D

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

Shades of Mandalay #B77E2D

Tints of Mandalay #B77E2D

Color information

#B77E2D (or 0xB77E2D) is unknown color: approx Mandalay. HEX triplet: B7, 7E and 2D. RGB value is (183,126,45). Sum of RGB (Red+Green+Blue) = 183+126+45=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E2D is #4881D2. Grayscale: #868686. Windows color (decimal): -4751827 or 2981559. OLE color: 2981559.

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

Color convert

RGB18312645-
CMYK00.310.750.28
HSL35.22º60.53%44.71%-
HSV(B)35.22º75.41%71.76%-
XYZ27.4625.185.9-
YUV133.8177.88163.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=51.69%
G=35.59%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831264500.310.750.2835.2260.5344.71
HexB77E2D01F4B1C233d2d
Octal2671765503711334437555
Binary101101111111110101101011111100101111100100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E2D; }

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

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

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

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

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

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

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

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