#BCAD38

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

Shades of Brass #BCAD38

Tints of Brass #BCAD38

Color information

#BCAD38 (or 0xBCAD38) is unknown color: approx Brass. HEX triplet: BC, AD and 38. RGB value is (188,173,56). Sum of RGB (Red+Green+Blue) = 188+173+56=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD38 is #4352C7. Grayscale: #A4A4A4. Windows color (decimal): -4412104 or 3714492. OLE color: 3714492.

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

Color convert

RGB18817356-
CMYK00.080.700.26
HSL53.18º54.1%47.84%-
HSV(B)53.18º70.21%73.73%-
XYZ36.440.869.71-
YUV164.1566.97145.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 56 (22.27% from 255) = 13.43%
R=45.08%
G=41.49%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881735600.080.700.2653.1854.147.84
HexBCAD3808461A353630
Octal2742557001010632656660
Binary101111001010110111100001000100011011010110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD38; }

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

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

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

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

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

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

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

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