#b59f35

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

Shades of Brass #B59F35

Tints of Brass #B59F35

Color information

#B59F35 (or 0xB59F35) is unknown color: approx Brass. HEX triplet: B5, 9F and 35. RGB value is (181,159,53). Sum of RGB (Red+Green+Blue) = 181+159+53=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F35 is #4A60CA. Grayscale: #999999. Windows color (decimal): -4874443 or 3514293. OLE color: 3514293.

HSL color Cylindrical-coordinate representation of color #B59F35: hue angle of 49.69º 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 #B59F35 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18115953-
CMYK00.120.710.29
HSL49.69º54.7%45.88%-
HSV(B)49.69º70.72%70.98%-
XYZ32.134.888.41-
YUV153.4971.29147.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=46.06%
G=40.46%
B=13.49%

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
Decimal1811595300.120.710.2949.6954.745.88
HexB59F350C471D32372e
Octal2652376501410735626756
Binary101101011001111111010101100100011111101110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59f35; }

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

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

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

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

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

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

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

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