#B0A64C

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

Shades of Brass #B0A64C

Tints of Brass #B0A64C

Color information

#B0A64C (or 0xB0A64C) is unknown color: approx Brass. HEX triplet: B0, A6 and 4C. RGB value is (176,166,76). Sum of RGB (Red+Green+Blue) = 176+166+76=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A64C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A64C is #4F59B3. Grayscale: #9F9F9F. Windows color (decimal): -5200308 or 5023408. OLE color: 5023408.

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

Color convert

RGB17616676-
CMYK00.060.570.31
HSL54º39.68%49.41%-
HSV(B)54º56.82%69.02%-
XYZ32.8537.0212.25-
YUV158.7381.31140.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=42.11%
G=39.71%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761667600.060.570.315439.6849.41
HexB0A64C06391F362831
Octal260246114067137665061
Binary10110000101001101001100011011100111111110110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A64C; }

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

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

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

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

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

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

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

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