#B1A046

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

Shades of Brass #B1A046

Tints of Brass #B1A046

Color information

#B1A046 (or 0xB1A046) is unknown color: approx Brass. HEX triplet: B1, A0 and 46. RGB value is (177,160,70). Sum of RGB (Red+Green+Blue) = 177+160+70=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A046 is #4E5FB9. Grayscale: #9B9B9B. Windows color (decimal): -5136314 or 4628657. OLE color: 4628657.

HSL color Cylindrical-coordinate representation of color #B1A046: hue angle of 50.47º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1A046 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17716070-
CMYK00.100.600.31
HSL50.47º43.32%48.43%-
HSV(B)50.47º60.45%69.41%-
XYZ31.8134.9310.86-
YUV154.8280.13143.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=43.49%
G=39.31%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771607000.100.600.3150.4743.3248.43
HexB1A0460A3C1F322b30
Octal2612401060127437625360
Binary101100011010000010001100101011110011111110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A046; }

 p { color: rgb(177,160,70); }

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

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

 a { background-color: rgb(177,160,70); }

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

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

 span { border-color: rgb(177,160,70); }

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