#BCA847

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

Shades of Brass #BCA847

Tints of Brass #BCA847

Color information

#BCA847 (or 0xBCA847) is unknown color: approx Brass. HEX triplet: BC, A8 and 47. RGB value is (188,168,71). Sum of RGB (Red+Green+Blue) = 188+168+71=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA847 is #4357B8. Grayscale: #A3A3A3. Windows color (decimal): -4413369 or 4696252. OLE color: 4696252.

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

Color convert

RGB18816871-
CMYK00.110.620.26
HSL49.74º46.61%50.78%-
HSV(B)49.74º62.23%73.73%-
XYZ35.8839.1511.63-
YUV162.9276.13145.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 71 (28.12% from 255) = 16.63%
R=44.03%
G=39.34%
B=16.63%

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
Decimal1881687100.110.620.2649.7446.6150.78
HexBCA8470B3E1A322f33
Octal2742501070137632625763
Binary101111001010100010001110101111111011010110010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA847; }

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

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

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

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

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

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

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

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