#B7822A

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

Shades of Mandalay #B7822A

Tints of Mandalay #B7822A

Color information

#B7822A (or 0xB7822A) is unknown color: approx Mandalay. HEX triplet: B7, 82 and 2A. RGB value is (183,130,42). Sum of RGB (Red+Green+Blue) = 183+130+42=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7822A is #487DD5. Grayscale: #888888. Windows color (decimal): -4750806 or 2785975. OLE color: 2785975.

HSL color Cylindrical-coordinate representation of color #B7822A: hue angle of 37.45º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7822A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18313042-
CMYK00.290.770.28
HSL37.45º62.67%44.12%-
HSV(B)37.45º77.05%71.76%-
XYZ27.9326.25.78-
YUV135.8275.06161.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.55%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 42 (16.80% from 255) = 11.83%
R=51.55%
G=36.62%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831304200.290.770.2837.4562.6744.12
HexB7822A01D4D1C253f2c
Octal2672025203511534457754
Binary1011011110000010101010011101100110111100100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7822A; }

 p { color: rgb(183,130,42); }

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

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

 a { background-color: rgb(183,130,42); }

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

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

 span { border-color: rgb(183,130,42); }

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