#b1a74c

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

Shades of Brass #B1A74C

Tints of Brass #B1A74C

Color information

#B1A74C (or 0xB1A74C) is unknown color: approx Brass. HEX triplet: B1, A7 and 4C. RGB value is (177,167,76). Sum of RGB (Red+Green+Blue) = 177+167+76=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A74C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A74C is #4E58B3. Grayscale: #9F9F9F. Windows color (decimal): -5134516 or 5023665. OLE color: 5023665.

HSL color Cylindrical-coordinate representation of color #B1A74C: hue angle of 54.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1A74C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17716776-
CMYK00.060.570.31
HSL54.06º39.92%49.61%-
HSV(B)54.06º57.06%69.41%-
XYZ33.2537.5112.32-
YUV159.6280.81140.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=42.14%
G=39.76%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771677600.060.570.3154.0639.9249.61
HexB1A74C06391F362832
Octal261247114067137665062
Binary10110001101001111001100011011100111111110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1a74c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1a74c; }

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

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

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

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

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

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

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

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