#B59F34

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

Shades of Brass #B59F34

Tints of Brass #B59F34

Color information

#B59F34 (or 0xB59F34) is unknown color: approx Brass. HEX triplet: B5, 9F and 34. RGB value is (181,159,52). Sum of RGB (Red+Green+Blue) = 181+159+52=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F34 is #4A60CB. Grayscale: #999999. Windows color (decimal): -4874444 or 3448757. OLE color: 3448757.

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

Color convert

RGB18115952-
CMYK00.120.710.29
HSL49.77º55.36%45.69%-
HSV(B)49.77º71.27%70.98%-
XYZ32.0734.878.29-
YUV153.3870.79147.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=46.17%
G=40.56%
B=13.27%

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
Decimal1811595200.120.710.2949.7755.3645.69
HexB59F340C471D32372e
Octal2652376401410735626756
Binary101101011001111111010001100100011111101110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F34; }

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

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

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

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

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

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

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

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