#BCAD35

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

Shades of Brass #BCAD35

Tints of Brass #BCAD35

Color information

#BCAD35 (or 0xBCAD35) is unknown color: approx Brass. HEX triplet: BC, AD and 35. RGB value is (188,173,53). Sum of RGB (Red+Green+Blue) = 188+173+53=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD35 is #4352CA. Grayscale: #A4A4A4. Windows color (decimal): -4412107 or 3517884. OLE color: 3517884.

HSL color Cylindrical-coordinate representation of color #BCAD35: hue angle of 53.33º 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 #BCAD35 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18817353-
CMYK00.080.720.26
HSL53.33º56.02%47.25%-
HSV(B)53.33º71.81%73.73%-
XYZ36.3340.849.34-
YUV163.865.47145.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 53 (21.09% from 255) = 12.80%
R=45.41%
G=41.79%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881735300.080.720.2653.3356.0247.25
HexBCAD3508481A35382f
Octal2742556501011032657057
Binary101111001010110111010101000100100011010110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD35; }

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

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

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

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

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

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

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

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