#B0A037

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

Shades of Brass #B0A037

Tints of Brass #B0A037

Color information

#B0A037 (or 0xB0A037) is unknown color: approx Brass. HEX triplet: B0, A0 and 37. RGB value is (176,160,55). Sum of RGB (Red+Green+Blue) = 176+160+55=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A037 is #4F5FC8. Grayscale: #999999. Windows color (decimal): -5201865 or 3645616. OLE color: 3645616.

HSL color Cylindrical-coordinate representation of color #B0A037: hue angle of 52.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0A037 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17616055-
CMYK00.090.690.31
HSL52.07º52.38%45.29%-
HSV(B)52.07º68.75%69.02%-
XYZ31.1634.658.66-
YUV152.8172.8144.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 160 (62.89% from 255) = 40.92%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=45.01%
G=40.92%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761605500.090.690.3152.0752.3845.29
HexB0A03709451F34342d
Octal2602406701110537646455
Binary101100001010000011011101001100010111111110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A037; }

 p { color: rgb(176,160,55); }

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

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

 a { background-color: rgb(176,160,55); }

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

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

 span { border-color: rgb(176,160,55); }

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