#B0AC47

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

Shades of Brass #B0AC47

Tints of Brass #B0AC47

Color information

#B0AC47 (or 0xB0AC47) is unknown color: approx Brass. HEX triplet: B0, AC and 47. RGB value is (176,172,71). Sum of RGB (Red+Green+Blue) = 176+172+71=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC47 is #4F53B8. Grayscale: #A2A2A2. Windows color (decimal): -5198777 or 4697264. OLE color: 4697264.

HSL color Cylindrical-coordinate representation of color #B0AC47: hue angle of 57.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0AC47 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17617271-
CMYK00.020.600.31
HSL57.71º42.51%48.43%-
HSV(B)57.71º59.66%69.02%-
XYZ33.7939.1911.74-
YUV161.6876.83138.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 71 (28.12% from 255) = 16.95%
R=42.00%
G=41.05%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761727100.020.600.3157.7142.5148.43
HexB0AC47023C1F3a2b30
Octal260254107027437725360
Binary1011000010101100100011101011110011111111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC47; }

 p { color: rgb(176,172,71); }

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

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

 a { background-color: rgb(176,172,71); }

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

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

 span { border-color: rgb(176,172,71); }

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