#BCAC37

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

Shades of Brass #BCAC37

Tints of Brass #BCAC37

Color information

#BCAC37 (or 0xBCAC37) is unknown color: approx Brass. HEX triplet: BC, AC and 37. RGB value is (188,172,55). Sum of RGB (Red+Green+Blue) = 188+172+55=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC37 is #4353C8. Grayscale: #A3A3A3. Windows color (decimal): -4412361 or 3648700. OLE color: 3648700.

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

Color convert

RGB18817255-
CMYK00.090.710.26
HSL52.78º54.73%47.65%-
HSV(B)52.78º70.74%73.73%-
XYZ36.1840.479.52-
YUV163.4566.8145.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 55 (21.88% from 255) = 13.25%
R=45.30%
G=41.45%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881725500.090.710.2652.7854.7347.65
HexBCAC3709471A353730
Octal2742546701110732656760
Binary101111001010110011011101001100011111010110101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC37; }

 p { color: rgb(188,172,55); }

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

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

 a { background-color: rgb(188,172,55); }

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

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

 span { border-color: rgb(188,172,55); }

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