#BCAC3E

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

Shades of Brass #BCAC3E

Tints of Brass #BCAC3E

Color information

#BCAC3E (or 0xBCAC3E) is unknown color: approx Brass. HEX triplet: BC, AC and 3E. RGB value is (188,172,62). Sum of RGB (Red+Green+Blue) = 188+172+62=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC3E is #4353C1. Grayscale: #A4A4A4. Windows color (decimal): -4412354 or 4107452. OLE color: 4107452.

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

Color convert

RGB18817262-
CMYK00.090.670.26
HSL52.38º50.4%49.02%-
HSV(B)52.38º67.02%73.73%-
XYZ36.3640.5410.47-
YUV164.2470.3144.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=44.55%
G=40.76%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881726200.090.670.2652.3850.449.02
HexBCAC3E09431A343231
Octal2742547601110332646261
Binary101111001010110011111001001100001111010110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC3E; }

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

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

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

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

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

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

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

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