#B38426

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

Shades of Mandalay #B38426

Tints of Mandalay #B38426

Color information

#B38426 (or 0xB38426) is unknown color: approx Mandalay. HEX triplet: B3, 84 and 26. RGB value is (179,132,38). Sum of RGB (Red+Green+Blue) = 179+132+38=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B38426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38426 is #4C7BD9. Grayscale: #878787. Windows color (decimal): -5012442 or 2524339. OLE color: 2524339.

HSL color Cylindrical-coordinate representation of color #B38426: hue angle of 40º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B38426 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17913238-
CMYK00.260.790.30
HSL40º64.98%42.55%-
HSV(B)40º78.77%70.2%-
XYZ27.1926.235.46-
YUV135.3473.07159.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 38 (15.23% from 255) = 10.89%
R=51.29%
G=37.82%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791323800.260.790.304064.9842.55
HexB3842601A4F1E28412b
Octal26320446032117365010153
Binary10110011100001001001100110101001111111101010001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38426; }

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

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

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

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

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

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

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

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