#B49F35

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

Shades of Brass #B49F35

Tints of Brass #B49F35

Color information

#B49F35 (or 0xB49F35) is unknown color: approx Brass. HEX triplet: B4, 9F and 35. RGB value is (180,159,53). Sum of RGB (Red+Green+Blue) = 180+159+53=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F35 is #4B60CA. Grayscale: #999999. Windows color (decimal): -4939979 or 3514292. OLE color: 3514292.

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

Color convert

RGB18015953-
CMYK00.120.710.29
HSL50.08º54.51%45.69%-
HSV(B)50.08º70.56%70.59%-
XYZ31.8634.768.4-
YUV153.271.46147.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 53 (21.09% from 255) = 13.52%
R=45.92%
G=40.56%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801595300.120.710.2950.0854.5145.69
HexB49F350C471D32372e
Octal2642376501410735626756
Binary101101001001111111010101100100011111101110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F35; }

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

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

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

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

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

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

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

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