#B1A546

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

Shades of Brass #B1A546

Tints of Brass #B1A546

Color information

#B1A546 (or 0xB1A546) is unknown color: approx Brass. HEX triplet: B1, A5 and 46. RGB value is (177,165,70). Sum of RGB (Red+Green+Blue) = 177+165+70=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A546 is #4E5AB9. Grayscale: #9E9E9E. Windows color (decimal): -5135034 or 4629937. OLE color: 4629937.

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

Color convert

RGB17716570-
CMYK00.070.600.31
HSL53.27º43.32%48.43%-
HSV(B)53.27º60.45%69.41%-
XYZ32.6936.711.16-
YUV157.7678.48141.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=42.96%
G=40.05%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771657000.070.600.3153.2743.3248.43
HexB1A546073C1F352b30
Octal261245106077437655360
Binary10110001101001011000110011111110011111110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A546; }

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

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

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

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

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

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

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

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