#B1AC4E

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

Shades of Brass #B1AC4E

Tints of Brass #B1AC4E

Color information

#B1AC4E (or 0xB1AC4E) is unknown color: approx Brass. HEX triplet: B1, AC and 4E. RGB value is (177,172,78). Sum of RGB (Red+Green+Blue) = 177+172+78=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC4E is #4E53B1. Grayscale: #A3A3A3. Windows color (decimal): -5133234 or 5156017. OLE color: 5156017.

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

Color convert

RGB17717278-
CMYK00.030.560.31
HSL56.97º38.82%50%-
HSV(B)56.97º55.93%69.41%-
XYZ34.2639.413.01-
YUV162.7880.16138.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=41.45%
G=40.28%
B=18.27%

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
Decimal1771727800.030.560.3156.9738.8250
HexB1AC4E03381F392732
Octal261254116037037714762
Binary1011000110101100100111001111100011111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC4E; }

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

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

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

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

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

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

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

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