#B1AD43

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

Shades of Brass #B1AD43

Tints of Brass #B1AD43

Color information

#B1AD43 (or 0xB1AD43) is unknown color: approx Brass. HEX triplet: B1, AD and 43. RGB value is (177,173,67). Sum of RGB (Red+Green+Blue) = 177+173+67=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD43 is #4E52BC. Grayscale: #A2A2A2. Windows color (decimal): -5132989 or 4435377. OLE color: 4435377.

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

Color convert

RGB17717367-
CMYK00.020.620.31
HSL57.82º45.08%47.84%-
HSV(B)57.82º62.15%69.41%-
XYZ34.0939.6411.16-
YUV162.1174.33138.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=42.45%
G=41.49%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771736700.020.620.3157.8245.0847.84
HexB1AD43023E1F3a2d30
Octal261255103027637725560
Binary1011000110101101100001101011111011111111010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD43; }

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

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

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

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

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

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

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

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