#B1AD4C

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

Shades of Brass #B1AD4C

Tints of Brass #B1AD4C

Color information

#B1AD4C (or 0xB1AD4C) is unknown color: approx Brass. HEX triplet: B1, AD and 4C. RGB value is (177,173,76). Sum of RGB (Red+Green+Blue) = 177+173+76=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD4C is #4E52B3. Grayscale: #A3A3A3. Windows color (decimal): -5132980 or 5025201. OLE color: 5025201.

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

Color convert

RGB17717376-
CMYK00.020.570.31
HSL57.62º39.92%49.61%-
HSV(B)57.62º57.06%69.41%-
XYZ34.3839.7612.7-
YUV163.1478.83137.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 76 (30.08% from 255) = 17.84%
R=41.55%
G=40.61%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771737600.020.570.3157.6239.9249.61
HexB1AD4C02391F3a2832
Octal261255114027137725062
Binary1011000110101101100110001011100111111111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD4C; }

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

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

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

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

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

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

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

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