#B1AB4D

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

Shades of Brass #B1AB4D

Tints of Brass #B1AB4D

Color information

#B1AB4D (or 0xB1AB4D) is unknown color: approx Brass. HEX triplet: B1, AB and 4D. RGB value is (177,171,77). Sum of RGB (Red+Green+Blue) = 177+171+77=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB4D is #4E54B2. Grayscale: #A2A2A2. Windows color (decimal): -5133491 or 5090225. OLE color: 5090225.

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

Color convert

RGB17717177-
CMYK00.030.560.31
HSL56.4º39.37%49.8%-
HSV(B)56.4º56.5%69.41%-
XYZ34.0339.0112.76-
YUV162.0879.99138.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=41.65%
G=40.24%
B=18.12%

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
Decimal1771717700.030.560.3156.439.3749.8
HexB1AB4D03381F382732
Octal261253115037037704762
Binary1011000110101011100110101111100011111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB4D; }

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

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

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

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

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

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

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

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