#B2842E

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

Shades of Mandalay #B2842E

Tints of Mandalay #B2842E

Color information

#B2842E (or 0xB2842E) is unknown color: approx Mandalay. HEX triplet: B2, 84 and 2E. RGB value is (178,132,46). Sum of RGB (Red+Green+Blue) = 178+132+46=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2842E is #4D7BD1. Grayscale: #888888. Windows color (decimal): -5077970 or 3048626. OLE color: 3048626.

HSL color Cylindrical-coordinate representation of color #B2842E: hue angle of 39.09º 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 #B2842E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17813246-
CMYK00.260.740.30
HSL39.09º58.93%43.92%-
HSV(B)39.09º74.16%69.8%-
XYZ27.126.166.21-
YUV135.9577.24157.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=50%
G=37.08%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781324600.260.740.3039.0958.9343.92
HexB2842E01A4A1E273b2c
Octal2622045603211236477354
Binary1011001010000100101110011010100101011110100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2842E; }

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

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

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

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

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

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

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

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