#B1AB4F

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

Shades of Brass #B1AB4F

Tints of Brass #B1AB4F

Color information

#B1AB4F (or 0xB1AB4F) is unknown color: approx Brass. HEX triplet: B1, AB and 4F. RGB value is (177,171,79). Sum of RGB (Red+Green+Blue) = 177+171+79=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB4F is #4E54B0. Grayscale: #A2A2A2. Windows color (decimal): -5133489 or 5221297. OLE color: 5221297.

HSL color Cylindrical-coordinate representation of color #B1AB4F: hue angle of 56.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1AB4F is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17717179-
CMYK00.030.550.31
HSL56.33º38.58%50.2%-
HSV(B)56.33º55.37%69.41%-
XYZ34.1139.0413.13-
YUV162.3180.99138.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=41.45%
G=40.05%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771717900.030.550.3156.3338.5850.2
HexB1AB4F03371F382732
Octal261253117036737704762
Binary1011000110101011100111101111011111111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB4F; }

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

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

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

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

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

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

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

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