#B49E36

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

Shades of Brass #B49E36

Tints of Brass #B49E36

Color information

#B49E36 (or 0xB49E36) is unknown color: approx Brass. HEX triplet: B4, 9E and 36. RGB value is (180,158,54). Sum of RGB (Red+Green+Blue) = 180+158+54=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E36 is #4B61C9. Grayscale: #999999. Windows color (decimal): -4940234 or 3579572. OLE color: 3579572.

HSL color Cylindrical-coordinate representation of color #B49E36: hue angle of 49.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B49E36 is Cyan = 0, Magento = 0.12, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB18015854-
CMYK00.120.70.29
HSL49.52º53.85%45.88%-
HSV(B)49.52º70%70.59%-
XYZ31.7234.428.46-
YUV152.7272.29147.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=45.92%
G=40.31%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801585400.120.70.2949.5253.8545.88
HexB49E360C461D32362e
Octal2642366601410635626656
Binary101101001001111011011001100100011011101110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E36; }

 p { color: rgb(180,158,54); }

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

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

 a { background-color: rgb(180,158,54); }

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

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

 span { border-color: rgb(180,158,54); }

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