#B3A947

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

Shades of Brass #B3A947

Tints of Brass #B3A947

Color information

#B3A947 (or 0xB3A947) is unknown color: approx Brass. HEX triplet: B3, A9 and 47. RGB value is (179,169,71). Sum of RGB (Red+Green+Blue) = 179+169+71=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A947 is #4C56B8. Grayscale: #A1A1A1. Windows color (decimal): -5002937 or 4696499. OLE color: 4696499.

HSL color Cylindrical-coordinate representation of color #B3A947: hue angle of 54.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3A947 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17916971-
CMYK00.060.600.30
HSL54.44º43.2%49.02%-
HSV(B)54.44º60.34%70.2%-
XYZ33.9238.4111.59-
YUV160.8277.31140.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 71 (28.12% from 255) = 16.95%
R=42.72%
G=40.33%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791697100.060.600.3054.4443.249.02
HexB3A947063C1E362b31
Octal263251107067436665361
Binary10110011101010011000111011011110011110110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A947; }

 p { color: rgb(179,169,71); }

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

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

 a { background-color: rgb(179,169,71); }

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

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

 span { border-color: rgb(179,169,71); }

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