#B08035

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

Shades of Mandalay #B08035

Tints of Mandalay #B08035

Color information

#B08035 (or 0xB08035) is unknown color: approx Mandalay. HEX triplet: B0, 80 and 35. RGB value is (176,128,53). Sum of RGB (Red+Green+Blue) = 176+128+53=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B08035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08035 is #4F7FCA. Grayscale: #868686. Windows color (decimal): -5210059 or 3506352. OLE color: 3506352.

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

Color convert

RGB17612853-
CMYK00.270.700.31
HSL36.59º53.71%44.9%-
HSV(B)36.59º69.89%69.02%-
XYZ26.2724.936.79-
YUV133.882.4158.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=49.30%
G=35.85%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761285300.270.700.3136.5953.7144.9
HexB0803501B461F25362d
Octal2602006503310637456655
Binary1011000010000000110101011011100011011111100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08035; }

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

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

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

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

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

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

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

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