#B18526

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

Shades of Mandalay #B18526

Tints of Mandalay #B18526

Color information

#B18526 (or 0xB18526) is unknown color: approx Mandalay. HEX triplet: B1, 85 and 26. RGB value is (177,133,38). Sum of RGB (Red+Green+Blue) = 177+133+38=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B18526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18526 is #4E7AD9. Grayscale: #878787. Windows color (decimal): -5143258 or 2524593. OLE color: 2524593.

HSL color Cylindrical-coordinate representation of color #B18526: hue angle of 41.01º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B18526 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17713338-
CMYK00.250.790.31
HSL41.01º64.65%42.16%-
HSV(B)41.01º78.53%69.41%-
XYZ26.8726.265.49-
YUV135.3373.08157.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 38 (15.23% from 255) = 10.92%
R=50.86%
G=38.22%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771333800.250.790.3141.0164.6542.16
HexB185260194F1F29412a
Octal26120546031117375110152
Binary10110001100001011001100110011001111111111010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18526; }

 p { color: rgb(177,133,38); }

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

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

 a { background-color: rgb(177,133,38); }

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

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

 span { border-color: rgb(177,133,38); }

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