#B1A34C

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

Shades of Brass #B1A34C

Tints of Brass #B1A34C

Color information

#B1A34C (or 0xB1A34C) is unknown color: approx Brass. HEX triplet: B1, A3 and 4C. RGB value is (177,163,76). Sum of RGB (Red+Green+Blue) = 177+163+76=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A34C is #4E5CB3. Grayscale: #9D9D9D. Windows color (decimal): -5135540 or 5022641. OLE color: 5022641.

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

Color convert

RGB17716376-
CMYK00.080.570.31
HSL51.68º39.92%49.61%-
HSV(B)51.68º57.06%69.41%-
XYZ32.5336.0612.08-
YUV157.2782.14142.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=42.55%
G=39.18%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771637600.080.570.3151.6839.9249.61
HexB1A34C08391F342832
Octal2612431140107137645062
Binary101100011010001110011000100011100111111110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A34C; }

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

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

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

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

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

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

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

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