#B0AC49

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

Shades of Brass #B0AC49

Tints of Brass #B0AC49

Color information

#B0AC49 (or 0xB0AC49) is unknown color: approx Brass. HEX triplet: B0, AC and 49. RGB value is (176,172,73). Sum of RGB (Red+Green+Blue) = 176+172+73=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC49 is #4F53B6. Grayscale: #A2A2A2. Windows color (decimal): -5198775 or 4828336. OLE color: 4828336.

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

Color convert

RGB17617273-
CMYK00.020.590.31
HSL57.67º41.37%48.82%-
HSV(B)57.67º58.52%69.02%-
XYZ33.8639.2212.09-
YUV161.9177.83138.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=41.81%
G=40.86%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761727300.020.590.3157.6741.3748.82
HexB0AC49023B1F3a2931
Octal260254111027337725161
Binary1011000010101100100100101011101111111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC49; }

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

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

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

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

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

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

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

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