#b0862a

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

Shades of Mandalay #B0862A

Tints of Mandalay #B0862A

Color information

#B0862A (or 0xB0862A) is unknown color: approx Mandalay. HEX triplet: B0, 86 and 2A. RGB value is (176,134,42). Sum of RGB (Red+Green+Blue) = 176+134+42=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0862A is #4F79D5. Grayscale: #888888. Windows color (decimal): -5208534 or 2786992. OLE color: 2786992.

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

Color convert

RGB17613442-
CMYK00.240.760.31
HSL41.19º61.47%42.75%-
HSV(B)41.19º76.14%69.02%-
XYZ26.8526.455.88-
YUV136.0774.91156.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=50%
G=38.07%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761344200.240.760.3141.1961.4742.75
HexB0862A0184C1F293d2b
Octal2602065203011437517553
Binary1011000010000110101010011000100110011111101001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0862a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0862a; }

 p { color: rgb(176,134,42); }

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

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

 a { background-color: rgb(176,134,42); }

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

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

 span { border-color: rgb(176,134,42); }

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