#B0A851

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

Shades of Brass #B0A851

Tints of Brass #B0A851

Color information

#B0A851 (or 0xB0A851) is unknown color: approx Brass. HEX triplet: B0, A8 and 51. RGB value is (176,168,81). Sum of RGB (Red+Green+Blue) = 176+168+81=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A851 is #4F57AE. Grayscale: #A0A0A0. Windows color (decimal): -5199791 or 5351600. OLE color: 5351600.

HSL color Cylindrical-coordinate representation of color #B0A851: hue angle of 54.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0A851 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17616881-
CMYK00.050.540.31
HSL54.95º37.55%50.39%-
HSV(B)54.95º53.98%69.02%-
XYZ33.3937.8313.33-
YUV160.4783.15139.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=41.41%
G=39.53%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761688100.050.540.3154.9537.5550.39
HexB0A85105361F372632
Octal260250121056637674662
Binary10110000101010001010001010111011011111110111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A851; }

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

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

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

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

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

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

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

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