#B7802E

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

Shades of Mandalay #B7802E

Tints of Mandalay #B7802E

Color information

#B7802E (or 0xB7802E) is unknown color: approx Mandalay. HEX triplet: B7, 80 and 2E. RGB value is (183,128,46). Sum of RGB (Red+Green+Blue) = 183+128+46=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7802E is #487FD1. Grayscale: #878787. Windows color (decimal): -4751314 or 3047607. OLE color: 3047607.

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

Color convert

RGB18312846-
CMYK00.300.750.28
HSL35.91º59.83%44.9%-
HSV(B)35.91º74.86%71.76%-
XYZ27.7425.76.08-
YUV135.177.72162.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=51.26%
G=35.85%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831284600.300.750.2835.9159.8344.9
HexB7802E01E4B1C243c2d
Octal2672005603611334447455
Binary1011011110000000101110011110100101111100100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7802E; }

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

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

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

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

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

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

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

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