#B59F3B

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

Shades of Brass #B59F3B

Tints of Brass #B59F3B

Color information

#B59F3B (or 0xB59F3B) is unknown color: approx Brass. HEX triplet: B5, 9F and 3B. RGB value is (181,159,59). Sum of RGB (Red+Green+Blue) = 181+159+59=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F3B is #4A60C4. Grayscale: #9A9A9A. Windows color (decimal): -4874437 or 3907509. OLE color: 3907509.

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

Color convert

RGB18115959-
CMYK00.120.670.29
HSL49.18º50.83%47.06%-
HSV(B)49.18º67.4%70.98%-
XYZ32.2434.949.18-
YUV154.1874.29147.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=45.36%
G=39.85%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811595900.120.670.2949.1850.8347.06
HexB59F3B0C431D31332f
Octal2652377301410335616357
Binary101101011001111111101101100100001111101110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F3B; }

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

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

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

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

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

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

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

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