#B0A84D

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

Shades of Brass #B0A84D

Tints of Brass #B0A84D

Color information

#B0A84D (or 0xB0A84D) is unknown color: approx Brass. HEX triplet: B0, A8 and 4D. RGB value is (176,168,77). Sum of RGB (Red+Green+Blue) = 176+168+77=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A84D is #4F57B2. Grayscale: #A0A0A0. Windows color (decimal): -5199795 or 5089456. OLE color: 5089456.

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

Color convert

RGB17616877-
CMYK00.050.560.31
HSL55.15º39.13%49.61%-
HSV(B)55.15º56.25%69.02%-
XYZ33.2537.7712.56-
YUV160.0281.15139.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=41.81%
G=39.90%
B=18.29%

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
Decimal1761687700.050.560.3155.1539.1349.61
HexB0A84D05381F372732
Octal260250115057037674762
Binary10110000101010001001101010111100011111110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A84D; }

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

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

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

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

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

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

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

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