#B68024

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

Shades of Mandalay #B68024

Tints of Mandalay #B68024

Color information

#B68024 (or 0xB68024) is unknown color: approx Mandalay. HEX triplet: B6, 80 and 24. RGB value is (182,128,36). Sum of RGB (Red+Green+Blue) = 182+128+36=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B68024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68024 is #497FDB. Grayscale: #868686. Windows color (decimal): -4816860 or 2392246. OLE color: 2392246.

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

Color convert

RGB18212836-
CMYK00.300.800.29
HSL37.81º66.97%42.75%-
HSV(B)37.81º80.22%71.37%-
XYZ27.3325.515.15-
YUV133.6672.89162.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 36 (14.45% from 255) = 10.40%
R=52.60%
G=36.99%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821283600.300.800.2937.8166.9742.75
HexB6802401E501D26432b
Octal26620044036120354610353
Binary10110110100000001001000111101010000111011001101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68024; }

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

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

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

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

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

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

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

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