#B7782E

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

Shades of Mandalay #B7782E

Tints of Mandalay #B7782E

Color information

#B7782E (or 0xB7782E) is unknown color: approx Mandalay. HEX triplet: B7, 78 and 2E. RGB value is (183,120,46). Sum of RGB (Red+Green+Blue) = 183+120+46=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7782E is #4887D1. Grayscale: #828282. Windows color (decimal): -4753362 or 3045559. OLE color: 3045559.

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

Color convert

RGB18312046-
CMYK00.340.750.28
HSL32.41º59.83%44.9%-
HSV(B)32.41º74.86%71.76%-
XYZ26.7423.75.75-
YUV130.480.37165.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.44%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 46 (18.36% from 255) = 13.18%
R=52.44%
G=34.38%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831204600.340.750.2832.4159.8344.9
HexB7782E0224B1C203c2d
Octal2671705604211334407455
Binary1011011111110001011100100010100101111100100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7782E; }

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

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

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

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

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

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

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

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