#B18230

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

Shades of Mandalay #B18230

Tints of Mandalay #B18230

Color information

#B18230 (or 0xB18230) is unknown color: approx Mandalay. HEX triplet: B1, 82 and 30. RGB value is (177,130,48). Sum of RGB (Red+Green+Blue) = 177+130+48=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B18230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18230 is #4E7DCF. Grayscale: #878787. Windows color (decimal): -5144016 or 3179185. OLE color: 3179185.

HSL color Cylindrical-coordinate representation of color #B18230: hue angle of 38.14º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B18230 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17713048-
CMYK00.270.730.31
HSL38.14º57.33%44.12%-
HSV(B)38.14º72.88%69.41%-
XYZ26.6525.536.32-
YUV134.7179.07158.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 48 (19.14% from 255) = 13.52%
R=49.86%
G=36.62%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771304800.270.730.3138.1457.3344.12
HexB1823001B491F26392c
Octal2612026003311137467154
Binary1011000110000010110000011011100100111111100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18230; }

 p { color: rgb(177,130,48); }

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

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

 a { background-color: rgb(177,130,48); }

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

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

 span { border-color: rgb(177,130,48); }

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