#b3802d

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

Shades of Mandalay #B3802D

Tints of Mandalay #B3802D

Color information

#B3802D (or 0xB3802D) is unknown color: approx Mandalay. HEX triplet: B3, 80 and 2D. RGB value is (179,128,45). Sum of RGB (Red+Green+Blue) = 179+128+45=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3802D is #4C7FD2. Grayscale: #868686. Windows color (decimal): -5013459 or 2982067. OLE color: 2982067.

HSL color Cylindrical-coordinate representation of color #B3802D: hue angle of 37.16º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3802D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17912845-
CMYK00.280.750.30
HSL37.16º59.82%43.92%-
HSV(B)37.16º74.86%70.2%-
XYZ26.7825.215.94-
YUV133.7977.9160.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 45 (17.97% from 255) = 12.78%
R=50.85%
G=36.36%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791284500.280.750.3037.1659.8243.92
HexB3802D01C4B1E253c2c
Octal2632005503411336457454
Binary1011001110000000101101011100100101111110100101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3802d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3802d; }

 p { color: rgb(179,128,45); }

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

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

 a { background-color: rgb(179,128,45); }

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

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

 span { border-color: rgb(179,128,45); }

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