#B38024

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

Shades of Mandalay #B38024

Tints of Mandalay #B38024

Color information

#B38024 (or 0xB38024) is unknown color: approx Mandalay. HEX triplet: B3, 80 and 24. RGB value is (179,128,36). Sum of RGB (Red+Green+Blue) = 179+128+36=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B38024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38024 is #4C7FDB. Grayscale: #858585. Windows color (decimal): -5013468 or 2392243. OLE color: 2392243.

HSL color Cylindrical-coordinate representation of color #B38024: hue angle of 38.6º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B38024 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17912836-
CMYK00.280.800.30
HSL38.6º66.51%42.16%-
HSV(B)38.6º79.89%70.2%-
XYZ26.6325.155.12-
YUV132.7673.4160.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 36 (14.45% from 255) = 10.50%
R=52.19%
G=37.32%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791283600.280.800.3038.666.5142.16
HexB3802401C501E27432a
Octal26320044034120364710352
Binary10110011100000001001000111001010000111101001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38024; }

 p { color: rgb(179,128,36); }

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

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

 a { background-color: rgb(179,128,36); }

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

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

 span { border-color: rgb(179,128,36); }

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