#B0A74E

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

Shades of Brass #B0A74E

Tints of Brass #B0A74E

Color information

#B0A74E (or 0xB0A74E) is unknown color: approx Brass. HEX triplet: B0, A7 and 4E. RGB value is (176,167,78). Sum of RGB (Red+Green+Blue) = 176+167+78=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A74E is #4F58B1. Grayscale: #9F9F9F. Windows color (decimal): -5200050 or 5154736. OLE color: 5154736.

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

Color convert

RGB17616778-
CMYK00.050.560.31
HSL54.49º38.58%49.8%-
HSV(B)54.49º55.68%69.02%-
XYZ33.137.4212.69-
YUV159.5481.98139.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=41.81%
G=39.67%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761677800.050.560.3154.4938.5849.8
HexB0A74E05381F362732
Octal260247116057037664762
Binary10110000101001111001110010111100011111110110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A74E; }

 p { color: rgb(176,167,78); }

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

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

 a { background-color: rgb(176,167,78); }

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

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

 span { border-color: rgb(176,167,78); }

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