#B7A147

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

Shades of Brass #B7A147

Tints of Brass #B7A147

Color information

#B7A147 (or 0xB7A147) is unknown color: approx Brass. HEX triplet: B7, A1 and 47. RGB value is (183,161,71). Sum of RGB (Red+Green+Blue) = 183+161+71=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A147 is #485EB8. Grayscale: #9D9D9D. Windows color (decimal): -4742841 or 4694455. OLE color: 4694455.

HSL color Cylindrical-coordinate representation of color #B7A147: hue angle of 48.21º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7A147 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18316171-
CMYK00.120.610.28
HSL48.21º44.09%49.8%-
HSV(B)48.21º61.2%71.76%-
XYZ33.4136.0111.15-
YUV157.3279.29146.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 71 (28.12% from 255) = 17.11%
R=44.10%
G=38.80%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831617100.120.610.2848.2144.0949.8
HexB7A1470C3D1C302c32
Octal2672411070147534605462
Binary101101111010000110001110110011110111100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A147; }

 p { color: rgb(183,161,71); }

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

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

 a { background-color: rgb(183,161,71); }

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

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

 span { border-color: rgb(183,161,71); }

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