#B0AC4E

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

Shades of Brass #B0AC4E

Tints of Brass #B0AC4E

Color information

#B0AC4E (or 0xB0AC4E) is unknown color: approx Brass. HEX triplet: B0, AC and 4E. RGB value is (176,172,78). Sum of RGB (Red+Green+Blue) = 176+172+78=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC4E is #4F53B1. Grayscale: #A2A2A2. Windows color (decimal): -5198770 or 5156016. OLE color: 5156016.

HSL color Cylindrical-coordinate representation of color #B0AC4E: hue angle of 57.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0AC4E is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17617278-
CMYK00.020.560.31
HSL57.55º38.58%49.8%-
HSV(B)57.55º55.68%69.02%-
XYZ34.0339.2913-
YUV162.4880.33137.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=41.31%
G=40.38%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761727800.020.560.3157.5538.5849.8
HexB0AC4E02381F3a2732
Octal260254116027037724762
Binary1011000010101100100111001011100011111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC4E; }

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

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

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

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

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

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

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

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