#B59E3A

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

Shades of Brass #B59E3A

Tints of Brass #B59E3A

Color information

#B59E3A (or 0xB59E3A) is unknown color: approx Brass. HEX triplet: B5, 9E and 3A. RGB value is (181,158,58). Sum of RGB (Red+Green+Blue) = 181+158+58=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E3A is #4A61C5. Grayscale: #999999. Windows color (decimal): -4874694 or 3841717. OLE color: 3841717.

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

Color convert

RGB18115858-
CMYK00.130.680.29
HSL48.78º51.46%46.86%-
HSV(B)48.78º67.96%70.98%-
XYZ32.0534.588.99-
YUV153.4874.12147.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 58 (23.05% from 255) = 14.61%
R=45.59%
G=39.80%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811585800.130.680.2948.7851.4646.86
HexB59E3A0D441D31332f
Octal2652367201510435616357
Binary101101011001111011101001101100010011101110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E3A; }

 p { color: rgb(181,158,58); }

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

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

 a { background-color: rgb(181,158,58); }

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

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

 span { border-color: rgb(181,158,58); }

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