#B18026

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

Shades of Mandalay #B18026

Tints of Mandalay #B18026

Color information

#B18026 (or 0xB18026) is unknown color: approx Mandalay. HEX triplet: B1, 80 and 26. RGB value is (177,128,38). Sum of RGB (Red+Green+Blue) = 177+128+38=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B18026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18026 is #4E7FD9. Grayscale: #848484. Windows color (decimal): -5144538 or 2523313. OLE color: 2523313.

HSL color Cylindrical-coordinate representation of color #B18026: hue angle of 38.85º 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 #B18026 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17712838-
CMYK00.280.790.31
HSL38.85º64.65%42.16%-
HSV(B)38.85º78.53%69.41%-
XYZ26.224.935.26-
YUV132.3974.73159.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=51.60%
G=37.32%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771283800.280.790.3138.8564.6542.16
HexB1802601C4F1F27412a
Octal26120046034117374710152
Binary10110001100000001001100111001001111111111001111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18026; }

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

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

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

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

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

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

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

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