#B0A84E

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

Shades of Brass #B0A84E

Tints of Brass #B0A84E

Color information

#B0A84E (or 0xB0A84E) is unknown color: approx Brass. HEX triplet: B0, A8 and 4E. RGB value is (176,168,78). Sum of RGB (Red+Green+Blue) = 176+168+78=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A84E is #4F57B1. Grayscale: #A0A0A0. Windows color (decimal): -5199794 or 5154992. OLE color: 5154992.

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

Color convert

RGB17616878-
CMYK00.050.560.31
HSL55.1º38.58%49.8%-
HSV(B)55.1º55.68%69.02%-
XYZ33.2837.7912.75-
YUV160.1381.65139.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=41.71%
G=39.81%
B=18.48%

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
Decimal1761687800.050.560.3155.138.5849.8
HexB0A84E05381F372732
Octal260250116057037674762
Binary10110000101010001001110010111100011111110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A84E; }

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

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

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

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

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

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

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

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