#B0A64F

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

Shades of Brass #B0A64F

Tints of Brass #B0A64F

Color information

#B0A64F (or 0xB0A64F) is unknown color: approx Brass. HEX triplet: B0, A6 and 4F. RGB value is (176,166,79). Sum of RGB (Red+Green+Blue) = 176+166+79=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A64F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A64F is #4F59B0. Grayscale: #9F9F9F. Windows color (decimal): -5200305 or 5220016. OLE color: 5220016.

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

Color convert

RGB17616679-
CMYK00.060.550.31
HSL53.81º38.04%50%-
HSV(B)53.81º55.11%69.02%-
XYZ32.9537.0712.82-
YUV159.0782.81140.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=41.81%
G=39.43%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761667900.060.550.3153.8138.0450
HexB0A64F06371F362632
Octal260246117066737664662
Binary10110000101001101001111011011011111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A64F; }

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

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

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

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

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

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

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

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