#BCAD3A

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

Shades of Brass #BCAD3A

Tints of Brass #BCAD3A

Color information

#BCAD3A (or 0xBCAD3A) is unknown color: approx Brass. HEX triplet: BC, AD and 3A. RGB value is (188,173,58). Sum of RGB (Red+Green+Blue) = 188+173+58=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD3A is #4352C5. Grayscale: #A4A4A4. Windows color (decimal): -4412102 or 3845564. OLE color: 3845564.

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

Color convert

RGB18817358-
CMYK00.080.690.26
HSL53.08º52.85%48.24%-
HSV(B)53.08º69.15%73.73%-
XYZ36.4540.889.97-
YUV164.3767.97144.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 58 (23.05% from 255) = 13.84%
R=44.87%
G=41.29%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881735800.080.690.2653.0852.8548.24
HexBCAD3A08451A353530
Octal2742557201010532656560
Binary101111001010110111101001000100010111010110101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD3A; }

 p { color: rgb(188,173,58); }

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

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

 a { background-color: rgb(188,173,58); }

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

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

 span { border-color: rgb(188,173,58); }

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