#B49F3F

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

Shades of Brass #B49F3F

Tints of Brass #B49F3F

Color information

#B49F3F (or 0xB49F3F) is unknown color: approx Brass. HEX triplet: B4, 9F and 3F. RGB value is (180,159,63). Sum of RGB (Red+Green+Blue) = 180+159+63=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F3F is #4B60C0. Grayscale: #9A9A9A. Windows color (decimal): -4939969 or 4169652. OLE color: 4169652.

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

Color convert

RGB18015963-
CMYK00.120.650.29
HSL49.23º48.15%47.65%-
HSV(B)49.23º65%70.59%-
XYZ32.1234.869.74-
YUV154.3376.46146.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 63 (25% from 255) = 15.67%
R=44.78%
G=39.55%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801596300.120.650.2949.2348.1547.65
HexB49F3F0C411D313030
Octal2642377701410135616060
Binary101101001001111111111101100100000111101110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F3F; }

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

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

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

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

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

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

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

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