#B18023

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

Shades of Mandalay #B18023

Tints of Mandalay #B18023

Color information

#B18023 (or 0xB18023) is unknown color: approx Mandalay. HEX triplet: B1, 80 and 23. RGB value is (177,128,35). Sum of RGB (Red+Green+Blue) = 177+128+35=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B18023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18023 is #4E7FDC. Grayscale: #848484. Windows color (decimal): -5144541 or 2326705. OLE color: 2326705.

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

Color convert

RGB17712835-
CMYK00.280.800.31
HSL39.3º66.98%41.57%-
HSV(B)39.3º80.23%69.41%-
XYZ26.1524.915.02-
YUV132.0573.23160.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 35 (14.06% from 255) = 10.29%
R=52.06%
G=37.65%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771283500.280.800.3139.366.9841.57
HexB1802301C501F27432a
Octal26120043034120374710352
Binary10110001100000001000110111001010000111111001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18023; }

 p { color: rgb(177,128,35); }

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

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

 a { background-color: rgb(177,128,35); }

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

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

 span { border-color: rgb(177,128,35); }

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