#B2802E

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

Shades of Mandalay #B2802E

Tints of Mandalay #B2802E

Color information

#B2802E (or 0xB2802E) is unknown color: approx Mandalay. HEX triplet: B2, 80 and 2E. RGB value is (178,128,46). Sum of RGB (Red+Green+Blue) = 178+128+46=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2802E is #4D7FD1. Grayscale: #858585. Windows color (decimal): -5078994 or 3047602. OLE color: 3047602.

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

Color convert

RGB17812846-
CMYK00.280.740.30
HSL37.27º58.93%43.92%-
HSV(B)37.27º74.16%69.8%-
XYZ26.5725.16.03-
YUV133.678.56159.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=50.57%
G=36.36%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781284600.280.740.3037.2758.9343.92
HexB2802E01C4A1E253b2c
Octal2622005603411236457354
Binary1011001010000000101110011100100101011110100101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2802E; }

 p { color: rgb(178,128,46); }

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

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

 a { background-color: rgb(178,128,46); }

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

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

 span { border-color: rgb(178,128,46); }

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