#B1AB4E

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

Shades of Brass #B1AB4E

Tints of Brass #B1AB4E

Color information

#B1AB4E (or 0xB1AB4E) is unknown color: approx Brass. HEX triplet: B1, AB and 4E. RGB value is (177,171,78). Sum of RGB (Red+Green+Blue) = 177+171+78=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB4E is #4E54B1. Grayscale: #A2A2A2. Windows color (decimal): -5133490 or 5155761. OLE color: 5155761.

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

Color convert

RGB17717178-
CMYK00.030.560.31
HSL56.36º38.82%50%-
HSV(B)56.36º55.93%69.41%-
XYZ34.0739.0212.94-
YUV162.1980.49138.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=41.55%
G=40.14%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771717800.030.560.3156.3638.8250
HexB1AB4E03381F382732
Octal261253116037037704762
Binary1011000110101011100111001111100011111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB4E; }

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

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

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

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

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

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

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

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