#B0A046

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

Shades of Brass #B0A046

Tints of Brass #B0A046

Color information

#B0A046 (or 0xB0A046) is unknown color: approx Brass. HEX triplet: B0, A0 and 46. RGB value is (176,160,70). Sum of RGB (Red+Green+Blue) = 176+160+70=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A046 is #4F5FB9. Grayscale: #9A9A9A. Windows color (decimal): -5201850 or 4628656. OLE color: 4628656.

HSL color Cylindrical-coordinate representation of color #B0A046: hue angle of 50.94º 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 #B0A046 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17616070-
CMYK00.090.600.31
HSL50.94º43.09%48.24%-
HSV(B)50.94º60.23%69.02%-
XYZ31.5834.8110.85-
YUV154.5280.3143.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=43.35%
G=39.41%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761607000.090.600.3150.9443.0948.24
HexB0A046093C1F332b30
Octal2602401060117437635360
Binary101100001010000010001100100111110011111110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A046; }

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

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

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

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

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

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

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

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