#B08029

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

Shades of Mandalay #B08029

Tints of Mandalay #B08029

Color information

#B08029 (or 0xB08029) is unknown color: approx Mandalay. HEX triplet: B0, 80 and 29. RGB value is (176,128,41). Sum of RGB (Red+Green+Blue) = 176+128+41=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B08029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08029 is #4F7FD6. Grayscale: #848484. Windows color (decimal): -5210071 or 2719920. OLE color: 2719920.

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

Color convert

RGB17612841-
CMYK00.270.770.31
HSL38.67º62.21%42.55%-
HSV(B)38.67º76.7%69.02%-
XYZ26.0224.835.52-
YUV132.4376.4159.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 41 (16.41% from 255) = 11.88%
R=51.01%
G=37.10%
B=11.88%

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
Decimal1761284100.270.770.3138.6762.2142.55
HexB0802901B4D1F273e2b
Octal2602005103311537477653
Binary1011000010000000101001011011100110111111100111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08029; }

 p { color: rgb(176,128,41); }

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

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

 a { background-color: rgb(176,128,41); }

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

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

 span { border-color: rgb(176,128,41); }

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