#B47930

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

Shades of Mandalay #B47930

Tints of Mandalay #B47930

Color information

#B47930 (or 0xB47930) is unknown color: approx Mandalay. HEX triplet: B4, 79 and 30. RGB value is (180,121,48). Sum of RGB (Red+Green+Blue) = 180+121+48=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B47930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47930 is #4B86CF. Grayscale: #828282. Windows color (decimal): -4949712 or 3176884. OLE color: 3176884.

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

Color convert

RGB18012148-
CMYK00.330.730.29
HSL33.18º57.89%44.71%-
HSV(B)33.18º73.33%70.59%-
XYZ26.1923.595.97-
YUV130.3281.55163.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=51.58%
G=34.67%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801214800.330.730.2933.1857.8944.71
HexB47930021491D213a2d
Octal2641716004111135417255
Binary1011010011110011100000100001100100111101100001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47930; }

 p { color: rgb(180,121,48); }

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

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

 a { background-color: rgb(180,121,48); }

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

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

 span { border-color: rgb(180,121,48); }

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