#B08033

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

Shades of Mandalay #B08033

Tints of Mandalay #B08033

Color information

#B08033 (or 0xB08033) is unknown color: approx Mandalay. HEX triplet: B0, 80 and 33. RGB value is (176,128,51). Sum of RGB (Red+Green+Blue) = 176+128+51=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B08033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08033 is #4F7FCC. Grayscale: #858585. Windows color (decimal): -5210061 or 3375280. OLE color: 3375280.

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

Color convert

RGB17612851-
CMYK00.270.710.31
HSL36.96º55.07%44.51%-
HSV(B)36.96º71.02%69.02%-
XYZ26.2224.916.56-
YUV133.5781.4158.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=49.58%
G=36.06%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761285100.270.710.3136.9655.0744.51
HexB0803301B471F25372d
Octal2602006303310737456755
Binary1011000010000000110011011011100011111111100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08033; }

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

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

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

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

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

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

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

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