#B1AF43

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

Shades of Brass #B1AF43

Tints of Brass #B1AF43

Color information

#B1AF43 (or 0xB1AF43) is unknown color: approx Brass. HEX triplet: B1, AF and 43. RGB value is (177,175,67). Sum of RGB (Red+Green+Blue) = 177+175+67=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF43 is #4E50BC. Grayscale: #A3A3A3. Windows color (decimal): -5132477 or 4435889. OLE color: 4435889.

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

Color convert

RGB17717567-
CMYK00.010.620.31
HSL58.91º45.08%47.84%-
HSV(B)58.91º62.15%69.41%-
XYZ34.4740.4111.29-
YUV163.2973.66137.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 67 (26.56% from 255) = 15.99%
R=42.24%
G=41.77%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771756700.010.620.3158.9145.0847.84
HexB1AF43013E1F3b2d30
Octal261257103017637735560
Binary101100011010111110000110111111011111111011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF43; }

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

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

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

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

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

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

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

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