#B49F42

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

Shades of Brass #B49F42

Tints of Brass #B49F42

Color information

#B49F42 (or 0xB49F42) is unknown color: approx Brass. HEX triplet: B4, 9F and 42. RGB value is (180,159,66). Sum of RGB (Red+Green+Blue) = 180+159+66=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F42 is #4B60BD. Grayscale: #9B9B9B. Windows color (decimal): -4939966 or 4366260. OLE color: 4366260.

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

Color convert

RGB18015966-
CMYK00.120.630.29
HSL48.95º46.34%48.24%-
HSV(B)48.95º63.33%70.59%-
XYZ32.234.8910.19-
YUV154.6877.96146.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=44.44%
G=39.26%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801596600.120.630.2948.9546.3448.24
HexB49F420C3F1D312e30
Octal2642371020147735615660
Binary101101001001111110000100110011111111101110001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F42; }

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

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

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

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

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

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

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

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