#B47E33

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

Shades of Mandalay #B47E33

Tints of Mandalay #B47E33

Color information

#B47E33 (or 0xB47E33) is unknown color: approx Mandalay. HEX triplet: B4, 7E and 33. RGB value is (180,126,51). Sum of RGB (Red+Green+Blue) = 180+126+51=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E33 is #4B81CC. Grayscale: #858585. Windows color (decimal): -4948429 or 3374772. OLE color: 3374772.

HSL color Cylindrical-coordinate representation of color #B47E33: hue angle of 34.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B47E33 is Cyan = 0, Magento = 0.3, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18012651-
CMYK00.30.720.29
HSL34.88º55.84%45.29%-
HSV(B)34.88º71.67%70.59%-
XYZ26.8824.866.51-
YUV133.681.39161.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=50.42%
G=35.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801265100.30.720.2934.8855.8445.29
HexB47E3301E481D23382d
Octal2641766303611035437055
Binary101101001111110110011011110100100011101100011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E33; }

 p { color: rgb(180,126,51); }

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

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

 a { background-color: rgb(180,126,51); }

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

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

 span { border-color: rgb(180,126,51); }

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