#b4842b

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

Shades of Mandalay #B4842B

Tints of Mandalay #B4842B

Color information

#B4842B (or 0xB4842B) is unknown color: approx Mandalay. HEX triplet: B4, 84 and 2B. RGB value is (180,132,43). Sum of RGB (Red+Green+Blue) = 180+132+43=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4842B is #4B7BD4. Grayscale: #888888. Windows color (decimal): -4946901 or 2852020. OLE color: 2852020.

HSL color Cylindrical-coordinate representation of color #B4842B: hue angle of 38.98º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4842B is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18013243-
CMYK00.270.760.29
HSL38.98º61.43%43.73%-
HSV(B)38.98º76.11%70.59%-
XYZ27.5126.385.93-
YUV136.2175.4159.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=50.70%
G=37.18%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801324300.270.760.2938.9861.4343.73
HexB4842B01B4C1D273d2c
Octal2642045303311435477554
Binary1011010010000100101011011011100110011101100111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4842b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4842b; }

 p { color: rgb(180,132,43); }

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

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

 a { background-color: rgb(180,132,43); }

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

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

 span { border-color: rgb(180,132,43); }

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