#B1A347

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

Shades of Brass #B1A347

Tints of Brass #B1A347

Color information

#B1A347 (or 0xB1A347) is unknown color: approx Brass. HEX triplet: B1, A3 and 47. RGB value is (177,163,71). Sum of RGB (Red+Green+Blue) = 177+163+71=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A347 is #4E5CB8. Grayscale: #9D9D9D. Windows color (decimal): -5135545 or 4694961. OLE color: 4694961.

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

Color convert

RGB17716371-
CMYK00.080.600.31
HSL52.08º42.74%48.63%-
HSV(B)52.08º59.89%69.41%-
XYZ32.373611.2-
YUV156.779.64142.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 163 (64.06% from 255) = 39.66%
BLUE value IS 71 (28.12% from 255) = 17.27%
R=43.07%
G=39.66%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771637100.080.600.3152.0842.7448.63
HexB1A347083C1F342b31
Octal2612431070107437645361
Binary101100011010001110001110100011110011111110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A347; }

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

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

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

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

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

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

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

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