#B4852A

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

Shades of Mandalay #B4852A

Tints of Mandalay #B4852A

Color information

#B4852A (or 0xB4852A) is unknown color: approx Mandalay. HEX triplet: B4, 85 and 2A. RGB value is (180,133,42). Sum of RGB (Red+Green+Blue) = 180+133+42=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4852A is #4B7AD5. Grayscale: #898989. Windows color (decimal): -4946646 or 2786740. OLE color: 2786740.

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

Color convert

RGB18013342-
CMYK00.260.770.29
HSL39.57º62.16%43.53%-
HSV(B)39.57º76.67%70.59%-
XYZ27.6326.655.88-
YUV136.6874.57158.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 42 (16.80% from 255) = 11.83%
R=50.70%
G=37.46%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801334200.260.770.2939.5762.1643.53
HexB4852A01A4D1D283e2c
Octal2642055203211535507654
Binary1011010010000101101010011010100110111101101000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4852A; }

 p { color: rgb(180,133,42); }

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

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

 a { background-color: rgb(180,133,42); }

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

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

 span { border-color: rgb(180,133,42); }

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