#B4852B

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

Shades of Mandalay #B4852B

Tints of Mandalay #B4852B

Color information

#B4852B (or 0xB4852B) is unknown color: approx Mandalay. HEX triplet: B4, 85 and 2B. RGB value is (180,133,43). Sum of RGB (Red+Green+Blue) = 180+133+43=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4852B is #4B7AD4. Grayscale: #898989. Windows color (decimal): -4946645 or 2852276. OLE color: 2852276.

HSL color Cylindrical-coordinate representation of color #B4852B: hue angle of 39.42º 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 #B4852B is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18013343-
CMYK00.260.760.29
HSL39.42º61.43%43.73%-
HSV(B)39.42º76.11%70.59%-
XYZ27.6526.655.97-
YUV136.7975.07158.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 43 (17.19% from 255) = 12.08%
R=50.56%
G=37.36%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801334300.260.760.2939.4261.4343.73
HexB4852B01A4C1D273d2c
Octal2642055303211435477554
Binary1011010010000101101011011010100110011101100111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4852B; }

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

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

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

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

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

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

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

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