#B1A841

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

Shades of Brass #B1A841

Tints of Brass #B1A841

Color information

#B1A841 (or 0xB1A841) is unknown color: approx Brass. HEX triplet: B1, A8 and 41. RGB value is (177,168,65). Sum of RGB (Red+Green+Blue) = 177+168+65=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A841 is #4E57BE. Grayscale: #9F9F9F. Windows color (decimal): -5134271 or 4303025. OLE color: 4303025.

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

Color convert

RGB17716865-
CMYK00.050.630.31
HSL55.18º46.28%47.45%-
HSV(B)55.18º63.28%69.41%-
XYZ33.0937.7310.54-
YUV158.9574.98140.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=43.17%
G=40.98%
B=15.85%

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
Decimal1771686500.050.630.3155.1846.2847.45
HexB1A841053F1F372e2f
Octal261250101057737675657
Binary10110001101010001000001010111111111111110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A841; }

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

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

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

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

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

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

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

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