#BCA747

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

Shades of Brass #BCA747

Tints of Brass #BCA747

Color information

#BCA747 (or 0xBCA747) is unknown color: approx Brass. HEX triplet: BC, A7 and 47. RGB value is (188,167,71). Sum of RGB (Red+Green+Blue) = 188+167+71=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA747 is #4358B8. Grayscale: #A2A2A2. Windows color (decimal): -4413625 or 4695996. OLE color: 4695996.

HSL color Cylindrical-coordinate representation of color #BCA747: hue angle of 49.23º 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 #BCA747 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18816771-
CMYK00.110.620.26
HSL49.23º46.61%50.78%-
HSV(B)49.23º62.23%73.73%-
XYZ35.738.7811.57-
YUV162.3376.46146.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 71 (28.12% from 255) = 16.67%
R=44.13%
G=39.20%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881677100.110.620.2649.2346.6150.78
HexBCA7470B3E1A312f33
Octal2742471070137632615763
Binary101111001010011110001110101111111011010110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA747; }

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

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

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

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

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

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

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

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