#B0AB46

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

Shades of Brass #B0AB46

Tints of Brass #B0AB46

Color information

#B0AB46 (or 0xB0AB46) is unknown color: approx Brass. HEX triplet: B0, AB and 46. RGB value is (176,171,70). Sum of RGB (Red+Green+Blue) = 176+171+70=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB46 is #4F54B9. Grayscale: #A1A1A1. Windows color (decimal): -5199034 or 4631472. OLE color: 4631472.

HSL color Cylindrical-coordinate representation of color #B0AB46: hue angle of 57.17º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0AB46 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17617170-
CMYK00.030.600.31
HSL57.17º43.09%48.24%-
HSV(B)57.17º60.23%69.02%-
XYZ33.5738.811.51-
YUV160.9876.66138.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 70 (27.73% from 255) = 16.79%
R=42.21%
G=41.01%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761717000.030.600.3157.1743.0948.24
HexB0AB46033C1F392b30
Octal260253106037437715360
Binary1011000010101011100011001111110011111111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB46; }

 p { color: rgb(176,171,70); }

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

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

 a { background-color: rgb(176,171,70); }

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

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

 span { border-color: rgb(176,171,70); }

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