#B18038

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

Shades of Mandalay #B18038

Tints of Mandalay #B18038

Color information

#B18038 (or 0xB18038) is unknown color: approx Mandalay. HEX triplet: B1, 80 and 38. RGB value is (177,128,56). Sum of RGB (Red+Green+Blue) = 177+128+56=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B18038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18038 is #4E7FC7. Grayscale: #868686. Windows color (decimal): -5144520 or 3702961. OLE color: 3702961.

HSL color Cylindrical-coordinate representation of color #B18038: hue angle of 35.7º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B18038 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17712856-
CMYK00.280.680.31
HSL35.7º51.93%45.69%-
HSV(B)35.7º68.36%69.41%-
XYZ26.5625.077.18-
YUV134.4483.73158.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=49.03%
G=35.46%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771285600.280.680.3135.751.9345.69
HexB1803801C441F24342e
Octal2612007003410437446456
Binary1011000110000000111000011100100010011111100100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18038; }

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

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

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

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

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

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

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

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