#BCA646

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

Shades of Brass #BCA646

Tints of Brass #BCA646

Color information

#BCA646 (or 0xBCA646) is unknown color: approx Brass. HEX triplet: BC, A6 and 46. RGB value is (188,166,70). Sum of RGB (Red+Green+Blue) = 188+166+70=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA646 is #4359B9. Grayscale: #A2A2A2. Windows color (decimal): -4413882 or 4630204. OLE color: 4630204.

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

Color convert

RGB18816670-
CMYK00.120.630.26
HSL48.81º46.83%50.59%-
HSV(B)48.81º62.77%73.73%-
XYZ35.4838.4111.34-
YUV161.6376.29146.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=44.34%
G=39.15%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881667000.120.630.2648.8146.8350.59
HexBCA6460C3F1A312f33
Octal2742461060147732615763
Binary101111001010011010001100110011111111010110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA646; }

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

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

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

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

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

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

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

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