#BCA647

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

Shades of Brass #BCA647

Tints of Brass #BCA647

Color information

#BCA647 (or 0xBCA647) is unknown color: approx Brass. HEX triplet: BC, A6 and 47. RGB value is (188,166,71). Sum of RGB (Red+Green+Blue) = 188+166+71=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA647 is #4359B8. Grayscale: #A2A2A2. Windows color (decimal): -4413881 or 4695740. OLE color: 4695740.

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

Color convert

RGB18816671-
CMYK00.120.620.26
HSL48.72º46.61%50.78%-
HSV(B)48.72º62.23%73.73%-
XYZ35.5138.4211.51-
YUV161.7576.79146.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 71 (28.12% from 255) = 16.71%
R=44.24%
G=39.06%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881667100.120.620.2648.7246.6150.78
HexBCA6470C3E1A312f33
Octal2742461070147632615763
Binary101111001010011010001110110011111011010110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA647; }

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

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

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

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

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

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

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

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