#B0802B

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

Shades of Mandalay #B0802B

Tints of Mandalay #B0802B

Color information

#B0802B (or 0xB0802B) is unknown color: approx Mandalay. HEX triplet: B0, 80 and 2B. RGB value is (176,128,43). Sum of RGB (Red+Green+Blue) = 176+128+43=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0802B is #4F7FD4. Grayscale: #858585. Windows color (decimal): -5210069 or 2850992. OLE color: 2850992.

HSL color Cylindrical-coordinate representation of color #B0802B: hue angle of 38.35º 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 #B0802B is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17612843-
CMYK00.270.760.31
HSL38.35º60.73%42.94%-
HSV(B)38.35º75.57%69.02%-
XYZ26.0624.845.71-
YUV132.6677.4158.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 43 (17.19% from 255) = 12.39%
R=50.72%
G=36.89%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761284300.270.760.3138.3560.7342.94
HexB0802B01B4C1F263d2b
Octal2602005303311437467553
Binary1011000010000000101011011011100110011111100110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0802B; }

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

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

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

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

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

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

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

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