#B3842F

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

Shades of Mandalay #B3842F

Tints of Mandalay #B3842F

Color information

#B3842F (or 0xB3842F) is unknown color: approx Mandalay. HEX triplet: B3, 84 and 2F. RGB value is (179,132,47). Sum of RGB (Red+Green+Blue) = 179+132+47=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3842F is #4C7BD0. Grayscale: #888888. Windows color (decimal): -5012433 or 3114163. OLE color: 3114163.

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

Color convert

RGB17913247-
CMYK00.260.740.30
HSL38.64º58.41%44.31%-
HSV(B)38.64º73.74%70.2%-
XYZ27.3526.296.32-
YUV136.3677.57158.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=50%
G=36.87%
B=13.13%

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
Decimal1791324700.260.740.3038.6458.4144.31
HexB3842F01A4A1E273a2c
Octal2632045703211236477254
Binary1011001110000100101111011010100101011110100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3842F; }

 p { color: rgb(179,132,47); }

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

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

 a { background-color: rgb(179,132,47); }

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

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

 span { border-color: rgb(179,132,47); }

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