#BCA642

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

Shades of Brass #BCA642

Tints of Brass #BCA642

Color information

#BCA642 (or 0xBCA642) is unknown color: approx Brass. HEX triplet: BC, A6 and 42. RGB value is (188,166,66). Sum of RGB (Red+Green+Blue) = 188+166+66=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA642 is #4359BD. Grayscale: #A1A1A1. Windows color (decimal): -4413886 or 4368060. OLE color: 4368060.

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

Color convert

RGB18816666-
CMYK00.120.650.26
HSL49.18º48.03%49.8%-
HSV(B)49.18º64.89%73.73%-
XYZ35.3638.3610.69-
YUV161.1874.29147.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 66 (26.17% from 255) = 15.71%
R=44.76%
G=39.52%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881666600.120.650.2649.1848.0349.8
HexBCA6420C411A313032
Octal27424610201410132616062
Binary1011110010100110100001001100100000111010110001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA642; }

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

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

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

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

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

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

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

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