#B1AC43

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

Shades of Brass #B1AC43

Tints of Brass #B1AC43

Color information

#B1AC43 (or 0xB1AC43) is unknown color: approx Brass. HEX triplet: B1, AC and 43. RGB value is (177,172,67). Sum of RGB (Red+Green+Blue) = 177+172+67=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC43 is #4E53BC. Grayscale: #A1A1A1. Windows color (decimal): -5133245 or 4435121. OLE color: 4435121.

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

Color convert

RGB17717267-
CMYK00.030.620.31
HSL57.27º45.08%47.84%-
HSV(B)57.27º62.15%69.41%-
XYZ33.939.2611.1-
YUV161.5274.66139.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 67 (26.56% from 255) = 16.11%
R=42.55%
G=41.35%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771726700.030.620.3157.2745.0847.84
HexB1AC43033E1F392d30
Octal261254103037637715560
Binary1011000110101100100001101111111011111111001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC43; }

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

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

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

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

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

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

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

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