#B1AB46

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

Shades of Brass #B1AB46

Tints of Brass #B1AB46

Color information

#B1AB46 (or 0xB1AB46) is unknown color: approx Brass. HEX triplet: B1, AB and 46. RGB value is (177,171,70). Sum of RGB (Red+Green+Blue) = 177+171+70=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB46 is #4E54B9. Grayscale: #A1A1A1. Windows color (decimal): -5133498 or 4631473. OLE color: 4631473.

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

Color convert

RGB17717170-
CMYK00.030.600.31
HSL56.64º43.32%48.43%-
HSV(B)56.64º60.45%69.41%-
XYZ33.838.9211.52-
YUV161.2876.49139.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=42.34%
G=40.91%
B=16.75%

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
Decimal1771717000.030.600.3156.6443.3248.43
HexB1AB46033C1F392b30
Octal261253106037437715360
Binary1011000110101011100011001111110011111111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB46; }

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

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

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

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

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

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

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

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