#BCA147

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

Shades of Brass #BCA147

Tints of Brass #BCA147

Color information

#BCA147 (or 0xBCA147) is unknown color: approx Brass. HEX triplet: BC, A1 and 47. RGB value is (188,161,71). Sum of RGB (Red+Green+Blue) = 188+161+71=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA147 is #435EB8. Grayscale: #9F9F9F. Windows color (decimal): -4415161 or 4694460. OLE color: 4694460.

HSL color Cylindrical-coordinate representation of color #BCA147: hue angle of 46.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCA147 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18816171-
CMYK00.140.620.26
HSL46.15º46.61%50.78%-
HSV(B)46.15º62.23%73.73%-
XYZ34.6236.6411.21-
YUV158.8178.45148.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=44.76%
G=38.33%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881617100.140.620.2646.1546.6150.78
HexBCA1470E3E1A2e2f33
Octal2742411070167632565763
Binary101111001010000110001110111011111011010101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA147; }

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

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

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

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

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

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

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

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