#B2832A

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

Shades of Mandalay #B2832A

Tints of Mandalay #B2832A

Color information

#B2832A (or 0xB2832A) is unknown color: approx Mandalay. HEX triplet: B2, 83 and 2A. RGB value is (178,131,42). Sum of RGB (Red+Green+Blue) = 178+131+42=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2832A is #4D7CD5. Grayscale: #878787. Windows color (decimal): -5078230 or 2786226. OLE color: 2786226.

HSL color Cylindrical-coordinate representation of color #B2832A: hue angle of 39.26º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2832A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17813142-
CMYK00.260.760.30
HSL39.26º61.82%43.14%-
HSV(B)39.26º76.4%69.8%-
XYZ26.8925.865.77-
YUV134.9175.57158.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 42 (16.80% from 255) = 11.97%
R=50.71%
G=37.32%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781314200.260.760.3039.2661.8243.14
HexB2832A01A4C1E273e2b
Octal2622035203211436477653
Binary1011001010000011101010011010100110011110100111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2832A; }

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

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

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

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

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

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

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

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