#B58028

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

Shades of Mandalay #B58028

Tints of Mandalay #B58028

Color information

#B58028 (or 0xB58028) is unknown color: approx Mandalay. HEX triplet: B5, 80 and 28. RGB value is (181,128,40). Sum of RGB (Red+Green+Blue) = 181+128+40=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B58028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58028 is #4A7FD7. Grayscale: #868686. Windows color (decimal): -4882392 or 2654389. OLE color: 2654389.

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

Color convert

RGB18112840-
CMYK00.290.780.29
HSL37.45º63.8%43.33%-
HSV(B)37.45º77.9%70.98%-
XYZ27.1625.425.48-
YUV133.8275.06161.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 40 (16.02% from 255) = 11.46%
R=51.86%
G=36.68%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811284000.290.780.2937.4563.843.33
HexB5802801D4E1D25402b
Octal26520050035116354510053
Binary10110101100000001010000111011001110111011001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58028; }

 p { color: rgb(181,128,40); }

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

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

 a { background-color: rgb(181,128,40); }

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

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

 span { border-color: rgb(181,128,40); }

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