#B88325

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

Shades of Mandalay #B88325

Tints of Mandalay #B88325

Color information

#B88325 (or 0xB88325) is unknown color: approx Mandalay. HEX triplet: B8, 83 and 25. RGB value is (184,131,37). Sum of RGB (Red+Green+Blue) = 184+131+37=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B88325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88325 is #477CDA. Grayscale: #888888. Windows color (decimal): -4685019 or 2458552. OLE color: 2458552.

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

Color convert

RGB18413137-
CMYK00.290.800.28
HSL38.37º66.52%43.33%-
HSV(B)38.37º79.89%72.16%-
XYZ28.2226.565.39-
YUV136.1372.06162.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.27%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 37 (14.84% from 255) = 10.51%
R=52.27%
G=37.22%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841313700.290.800.2838.3766.5243.33
HexB8832501D501C26432b
Octal27020345035120344610353
Binary10111000100000111001010111011010000111001001101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88325; }

 p { color: rgb(184,131,37); }

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

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

 a { background-color: rgb(184,131,37); }

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

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

 span { border-color: rgb(184,131,37); }

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