#B2832E

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

Shades of Mandalay #B2832E

Tints of Mandalay #B2832E

Color information

#B2832E (or 0xB2832E) is unknown color: approx Mandalay. HEX triplet: B2, 83 and 2E. RGB value is (178,131,46). Sum of RGB (Red+Green+Blue) = 178+131+46=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2832E is #4D7CD1. Grayscale: #878787. Windows color (decimal): -5078226 or 3048370. OLE color: 3048370.

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

Color convert

RGB17813146-
CMYK00.260.740.30
HSL38.64º58.93%43.92%-
HSV(B)38.64º74.16%69.8%-
XYZ26.9725.896.16-
YUV135.3677.57158.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=50.14%
G=36.90%
B=12.96%

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
Decimal1781314600.260.740.3038.6458.9343.92
HexB2832E01A4A1E273b2c
Octal2622035603211236477354
Binary1011001010000011101110011010100101011110100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2832E; }

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

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

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

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

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

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

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

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