#B1A747

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

Shades of Brass #B1A747

Tints of Brass #B1A747

Color information

#B1A747 (or 0xB1A747) is unknown color: approx Brass. HEX triplet: B1, A7 and 47. RGB value is (177,167,71). Sum of RGB (Red+Green+Blue) = 177+167+71=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A747 is #4E58B8. Grayscale: #9F9F9F. Windows color (decimal): -5134521 or 4695985. OLE color: 4695985.

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

Color convert

RGB17716771-
CMYK00.060.600.31
HSL54.34º42.74%48.63%-
HSV(B)54.34º59.89%69.41%-
XYZ33.0937.4411.44-
YUV159.0578.31140.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 71 (28.12% from 255) = 17.11%
R=42.65%
G=40.24%
B=17.11%

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
Decimal1771677100.060.600.3154.3442.7448.63
HexB1A747063C1F362b31
Octal261247107067437665361
Binary10110001101001111000111011011110011111110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A747; }

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

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

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

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

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

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

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

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