#B49F44

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

Shades of Brass #B49F44

Tints of Brass #B49F44

Color information

#B49F44 (or 0xB49F44) is unknown color: approx Brass. HEX triplet: B4, 9F and 44. RGB value is (180,159,68). Sum of RGB (Red+Green+Blue) = 180+159+68=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F44 is #4B60BB. Grayscale: #9B9B9B. Windows color (decimal): -4939964 or 4497332. OLE color: 4497332.

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

Color convert

RGB18015968-
CMYK00.120.620.29
HSL48.75º45.16%48.63%-
HSV(B)48.75º62.22%70.59%-
XYZ32.2634.9210.51-
YUV154.978.96145.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 68 (26.95% from 255) = 16.71%
R=44.23%
G=39.07%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801596800.120.620.2948.7545.1648.63
HexB49F440C3E1D312d31
Octal2642371040147635615561
Binary101101001001111110001000110011111011101110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F44; }

 p { color: rgb(180,159,68); }

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

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

 a { background-color: rgb(180,159,68); }

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

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

 span { border-color: rgb(180,159,68); }

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