#B38322

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

Shades of Mandalay #B38322

Tints of Mandalay #B38322

Color information

#B38322 (or 0xB38322) is unknown color: approx Mandalay. HEX triplet: B3, 83 and 22. RGB value is (179,131,34). Sum of RGB (Red+Green+Blue) = 179+131+34=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B38322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38322 is #4C7CDD. Grayscale: #868686. Windows color (decimal): -5012702 or 2261939. OLE color: 2261939.

HSL color Cylindrical-coordinate representation of color #B38322: hue angle of 40.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B38322 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17913134-
CMYK00.270.810.30
HSL40.14º68.08%41.76%-
HSV(B)40.14º81.01%70.2%-
XYZ2725.935.1-
YUV134.2971.4159.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 34 (13.67% from 255) = 9.88%
R=52.03%
G=38.08%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791313400.270.810.3040.1468.0841.76
HexB3832201B511E28442a
Octal26320342033121365010452
Binary10110011100000111000100110111010001111101010001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38322; }

 p { color: rgb(179,131,34); }

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

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

 a { background-color: rgb(179,131,34); }

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

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

 span { border-color: rgb(179,131,34); }

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