#B0A651

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

Shades of Brass #B0A651

Tints of Brass #B0A651

Color information

#B0A651 (or 0xB0A651) is unknown color: approx Brass. HEX triplet: B0, A6 and 51. RGB value is (176,166,81). Sum of RGB (Red+Green+Blue) = 176+166+81=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A651 is #4F59AE. Grayscale: #9F9F9F. Windows color (decimal): -5200303 or 5351088. OLE color: 5351088.

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

Color convert

RGB17616681-
CMYK00.060.540.31
HSL53.68º37.55%50.39%-
HSV(B)53.68º53.98%69.02%-
XYZ33.0337.113.2-
YUV159.383.81139.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=41.61%
G=39.24%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761668100.060.540.3153.6837.5550.39
HexB0A65106361F362632
Octal260246121066637664662
Binary10110000101001101010001011011011011111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A651; }

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

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

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

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

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

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

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

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