#BCA740

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

Shades of Brass #BCA740

Tints of Brass #BCA740

Color information

#BCA740 (or 0xBCA740) is unknown color: approx Brass. HEX triplet: BC, A7 and 40. RGB value is (188,167,64). Sum of RGB (Red+Green+Blue) = 188+167+64=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA740 is #4358BF. Grayscale: #A1A1A1. Windows color (decimal): -4413632 or 4237244. OLE color: 4237244.

HSL color Cylindrical-coordinate representation of color #BCA740: hue angle of 49.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCA740 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18816764-
CMYK00.110.660.26
HSL49.84º49.21%49.41%-
HSV(B)49.84º65.96%73.73%-
XYZ35.4838.710.45-
YUV161.5472.96146.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=44.87%
G=39.86%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881676400.110.660.2649.8449.2149.41
HexBCA7400B421A323131
Octal27424710001310232626161
Binary1011110010100111100000001011100001011010110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA740; }

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

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

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

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

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

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

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

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