#B1A34D

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

Shades of Brass #B1A34D

Tints of Brass #B1A34D

Color information

#B1A34D (or 0xB1A34D) is unknown color: approx Brass. HEX triplet: B1, A3 and 4D. RGB value is (177,163,77). Sum of RGB (Red+Green+Blue) = 177+163+77=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A34D is #4E5CB2. Grayscale: #9D9D9D. Windows color (decimal): -5135539 or 5088177. OLE color: 5088177.

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

Color convert

RGB17716377-
CMYK00.080.560.31
HSL51.6º39.37%49.8%-
HSV(B)51.6º56.5%69.41%-
XYZ32.5736.0812.27-
YUV157.3882.64141.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=42.45%
G=39.09%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771637700.080.560.3151.639.3749.8
HexB1A34D08381F342732
Octal2612431150107037644762
Binary101100011010001110011010100011100011111110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A34D; }

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

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

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

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

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

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

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

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