#B08128

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

Shades of Mandalay #B08128

Tints of Mandalay #B08128

Color information

#B08128 (or 0xB08128) is unknown color: approx Mandalay. HEX triplet: B0, 81 and 28. RGB value is (176,129,40). Sum of RGB (Red+Green+Blue) = 176+129+40=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B08128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08128 is #4F7ED7. Grayscale: #858585. Windows color (decimal): -5209816 or 2654640. OLE color: 2654640.

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

Color convert

RGB17612940-
CMYK00.270.770.31
HSL39.26º62.96%42.35%-
HSV(B)39.26º77.27%69.02%-
XYZ26.1425.085.47-
YUV132.9175.57158.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 40 (16.02% from 255) = 11.59%
R=51.01%
G=37.39%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761294000.270.770.3139.2662.9642.35
HexB0812801B4D1F273f2a
Octal2602015003311537477752
Binary1011000010000001101000011011100110111111100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08128; }

 p { color: rgb(176,129,40); }

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

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

 a { background-color: rgb(176,129,40); }

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

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

 span { border-color: rgb(176,129,40); }

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