#B1A647

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

Shades of Brass #B1A647

Tints of Brass #B1A647

Color information

#B1A647 (or 0xB1A647) is unknown color: approx Brass. HEX triplet: B1, A6 and 47. RGB value is (177,166,71). Sum of RGB (Red+Green+Blue) = 177+166+71=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A647 is #4E59B8. Grayscale: #9E9E9E. Windows color (decimal): -5134777 or 4695729. OLE color: 4695729.

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

Color convert

RGB17716671-
CMYK00.060.600.31
HSL53.77º42.74%48.63%-
HSV(B)53.77º59.89%69.41%-
XYZ32.9137.0711.38-
YUV158.4678.64141.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 71 (28.12% from 255) = 17.15%
R=42.75%
G=40.10%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771667100.060.600.3153.7742.7448.63
HexB1A647063C1F362b31
Octal261246107067437665361
Binary10110001101001101000111011011110011111110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A647; }

 p { color: rgb(177,166,71); }

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

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

 a { background-color: rgb(177,166,71); }

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

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

 span { border-color: rgb(177,166,71); }

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