#BCAC35

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

Shades of Brass #BCAC35

Tints of Brass #BCAC35

Color information

#BCAC35 (or 0xBCAC35) is unknown color: approx Brass. HEX triplet: BC, AC and 35. RGB value is (188,172,53). Sum of RGB (Red+Green+Blue) = 188+172+53=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC35 is #4353CA. Grayscale: #A3A3A3. Windows color (decimal): -4412363 or 3517628. OLE color: 3517628.

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

Color convert

RGB18817253-
CMYK00.090.720.26
HSL52.89º56.02%47.25%-
HSV(B)52.89º71.81%73.73%-
XYZ36.1340.459.27-
YUV163.2265.8145.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=45.52%
G=41.65%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881725300.090.720.2652.8956.0247.25
HexBCAC3509481A35382f
Octal2742546501111032657057
Binary101111001010110011010101001100100011010110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC35; }

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

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

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

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

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

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

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

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