#BEAD3C

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

Shades of Brass #BEAD3C

Tints of Brass #BEAD3C

Color information

#BEAD3C (or 0xBEAD3C) is unknown color: approx Brass. HEX triplet: BE, AD and 3C. RGB value is (190,173,60). Sum of RGB (Red+Green+Blue) = 190+173+60=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD3C is #4152C3. Grayscale: #A5A5A5. Windows color (decimal): -4281028 or 3976638. OLE color: 3976638.

HSL color Cylindrical-coordinate representation of color #BEAD3C: hue angle of 52.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEAD3C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19017360-
CMYK00.090.680.25
HSL52.15º52%49.02%-
HSV(B)52.15º68.42%74.51%-
XYZ36.9941.1610.27-
YUV165.268.63145.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=44.92%
G=40.90%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901736000.090.680.2552.155249.02
HexBEAD3C094419343431
Octal2762557401110431646461
Binary101111101010110111110001001100010011001110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD3C; }

 p { color: rgb(190,173,60); }

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

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

 a { background-color: rgb(190,173,60); }

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

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

 span { border-color: rgb(190,173,60); }

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