#B0A64D

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

Shades of Brass #B0A64D

Tints of Brass #B0A64D

Color information

#B0A64D (or 0xB0A64D) is unknown color: approx Brass. HEX triplet: B0, A6 and 4D. RGB value is (176,166,77). Sum of RGB (Red+Green+Blue) = 176+166+77=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A64D is #4F59B2. Grayscale: #9F9F9F. Windows color (decimal): -5200307 or 5088944. OLE color: 5088944.

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

Color convert

RGB17616677-
CMYK00.060.560.31
HSL53.94º39.13%49.61%-
HSV(B)53.94º56.25%69.02%-
XYZ32.8837.0412.44-
YUV158.8481.81140.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=42.00%
G=39.62%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761667700.060.560.3153.9439.1349.61
HexB0A64D06381F362732
Octal260246115067037664762
Binary10110000101001101001101011011100011111110110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A64D; }

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

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

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

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

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

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

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

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