#B0A94F

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

Shades of Brass #B0A94F

Tints of Brass #B0A94F

Color information

#B0A94F (or 0xB0A94F) is unknown color: approx Brass. HEX triplet: B0, A9 and 4F. RGB value is (176,169,79). Sum of RGB (Red+Green+Blue) = 176+169+79=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A94F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A94F is #4F56B0. Grayscale: #A1A1A1. Windows color (decimal): -5199537 or 5220784. OLE color: 5220784.

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

Color convert

RGB17616979-
CMYK00.040.550.31
HSL55.67º38.04%50%-
HSV(B)55.67º55.11%69.02%-
XYZ33.538.1713-
YUV160.8381.82138.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=41.51%
G=39.86%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761697900.040.550.3155.6738.0450
HexB0A94F04371F382632
Octal260251117046737704662
Binary10110000101010011001111010011011111111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A94F; }

 p { color: rgb(176,169,79); }

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

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

 a { background-color: rgb(176,169,79); }

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

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

 span { border-color: rgb(176,169,79); }

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