#B1A941

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

Shades of Brass #B1A941

Tints of Brass #B1A941

Color information

#B1A941 (or 0xB1A941) is unknown color: approx Brass. HEX triplet: B1, A9 and 41. RGB value is (177,169,65). Sum of RGB (Red+Green+Blue) = 177+169+65=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A941 is #4E56BE. Grayscale: #9F9F9F. Windows color (decimal): -5134015 or 4303281. OLE color: 4303281.

HSL color Cylindrical-coordinate representation of color #B1A941: hue angle of 55.71º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1A941 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17716965-
CMYK00.050.630.31
HSL55.71º46.28%47.45%-
HSV(B)55.71º63.28%69.41%-
XYZ33.2738.110.6-
YUV159.5474.65140.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 169 (66.41% from 255) = 41.12%
BLUE value IS 65 (25.78% from 255) = 15.82%
R=43.07%
G=41.12%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771696500.050.630.3155.7146.2847.45
HexB1A941053F1F382e2f
Octal261251101057737705657
Binary10110001101010011000001010111111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A941; }

 p { color: rgb(177,169,65); }

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

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

 a { background-color: rgb(177,169,65); }

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

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

 span { border-color: rgb(177,169,65); }

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