#B88326

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

Shades of Mandalay #B88326

Tints of Mandalay #B88326

Color information

#B88326 (or 0xB88326) is unknown color: approx Mandalay. HEX triplet: B8, 83 and 26. RGB value is (184,131,38). Sum of RGB (Red+Green+Blue) = 184+131+38=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B88326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88326 is #477CD9. Grayscale: #888888. Windows color (decimal): -4685018 or 2524088. OLE color: 2524088.

HSL color Cylindrical-coordinate representation of color #B88326: hue angle of 38.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B88326 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18413138-
CMYK00.290.790.28
HSL38.22º65.77%43.53%-
HSV(B)38.22º79.35%72.16%-
XYZ28.2326.565.47-
YUV136.2472.56162.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 38 (15.23% from 255) = 10.76%
R=52.12%
G=37.11%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841313800.290.790.2838.2265.7743.53
HexB8832601D4F1C26422c
Octal27020346035117344610254
Binary10111000100000111001100111011001111111001001101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88326; }

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

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

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

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

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

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

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

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