#B0832F

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

Shades of Mandalay #B0832F

Tints of Mandalay #B0832F

Color information

#B0832F (or 0xB0832F) is unknown color: approx Mandalay. HEX triplet: B0, 83 and 2F. RGB value is (176,131,47). Sum of RGB (Red+Green+Blue) = 176+131+47=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0832F is #4F7CD0. Grayscale: #878787. Windows color (decimal): -5209297 or 3113904. OLE color: 3113904.

HSL color Cylindrical-coordinate representation of color #B0832F: hue angle of 39.07º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0832F is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17613147-
CMYK00.260.730.31
HSL39.07º57.85%43.73%-
HSV(B)39.07º73.3%69.02%-
XYZ26.5325.676.25-
YUV134.8878.41157.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 47 (18.75% from 255) = 13.28%
R=49.72%
G=37.01%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761314700.260.730.3139.0757.8543.73
HexB0832F01A491F273a2c
Octal2602035703211137477254
Binary1011000010000011101111011010100100111111100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0832F; }

 p { color: rgb(176,131,47); }

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

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

 a { background-color: rgb(176,131,47); }

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

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

 span { border-color: rgb(176,131,47); }

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