#B38422

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

Shades of Mandalay #B38422

Tints of Mandalay #B38422

Color information

#B38422 (or 0xB38422) is unknown color: approx Mandalay. HEX triplet: B3, 84 and 22. RGB value is (179,132,34). Sum of RGB (Red+Green+Blue) = 179+132+34=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B38422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38422 is #4C7BDD. Grayscale: #878787. Windows color (decimal): -5012446 or 2262195. OLE color: 2262195.

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

Color convert

RGB17913234-
CMYK00.260.810.30
HSL40.55º68.08%41.76%-
HSV(B)40.55º81.01%70.2%-
XYZ27.1326.25.14-
YUV134.8871.07159.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=51.88%
G=38.26%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791323400.260.810.3040.5568.0841.76
HexB3842201A511E29442a
Octal26320442032121365110452
Binary10110011100001001000100110101010001111101010011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38422; }

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

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

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

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

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

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

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

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