#B3852C

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

Shades of Mandalay #B3852C

Tints of Mandalay #B3852C

Color information

#B3852C (or 0xB3852C) is unknown color: approx Mandalay. HEX triplet: B3, 85 and 2C. RGB value is (179,133,44). Sum of RGB (Red+Green+Blue) = 179+133+44=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3852C is #4C7AD3. Grayscale: #898989. Windows color (decimal): -5012180 or 2917811. OLE color: 2917811.

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

Color convert

RGB17913344-
CMYK00.260.750.30
HSL39.56º60.54%43.73%-
HSV(B)39.56º75.42%70.2%-
XYZ27.4326.546.06-
YUV136.6175.74158.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 44 (17.58% from 255) = 12.36%
R=50.28%
G=37.36%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791334400.260.750.3039.5660.5443.73
HexB3852C01A4B1E283d2c
Octal2632055403211336507554
Binary1011001110000101101100011010100101111110101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3852C; }

 p { color: rgb(179,133,44); }

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

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

 a { background-color: rgb(179,133,44); }

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

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

 span { border-color: rgb(179,133,44); }

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