#B58430

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

Shades of Mandalay #B58430

Tints of Mandalay #B58430

Color information

#B58430 (or 0xB58430) is unknown color: approx Mandalay. HEX triplet: B5, 84 and 30. RGB value is (181,132,48). Sum of RGB (Red+Green+Blue) = 181+132+48=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B58430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58430 is #4A7BCF. Grayscale: #898989. Windows color (decimal): -4881360 or 3179701. OLE color: 3179701.

HSL color Cylindrical-coordinate representation of color #B58430: hue angle of 37.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B58430 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18113248-
CMYK00.270.730.29
HSL37.89º58.08%44.9%-
HSV(B)37.89º73.48%70.98%-
XYZ27.8426.546.45-
YUV137.0877.73159.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=50.14%
G=36.57%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811324800.270.730.2937.8958.0844.9
HexB5843001B491D263a2d
Octal2652046003311135467255
Binary1011010110000100110000011011100100111101100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58430; }

 p { color: rgb(181,132,48); }

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

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

 a { background-color: rgb(181,132,48); }

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

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

 span { border-color: rgb(181,132,48); }

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