#BEAE3D

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

Shades of Brass #BEAE3D

Tints of Brass #BEAE3D

Color information

#BEAE3D (or 0xBEAE3D) is unknown color: approx Brass. HEX triplet: BE, AE and 3D. RGB value is (190,174,61). Sum of RGB (Red+Green+Blue) = 190+174+61=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE3D is #4151C2. Grayscale: #A6A6A6. Windows color (decimal): -4280771 or 4042430. OLE color: 4042430.

HSL color Cylindrical-coordinate representation of color #BEAE3D: hue angle of 52.56º degrees, saturation: 0.51, 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 #BEAE3D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19017461-
CMYK00.080.680.25
HSL52.56º51.39%49.22%-
HSV(B)52.56º67.89%74.51%-
XYZ37.2141.5610.47-
YUV165.968.8145.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=44.71%
G=40.94%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901746100.080.680.2552.5651.3949.22
HexBEAE3D084419353331
Octal2762567501010431656361
Binary101111101010111011110101000100010011001110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE3D; }

 p { color: rgb(190,174,61); }

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

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

 a { background-color: rgb(190,174,61); }

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

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

 span { border-color: rgb(190,174,61); }

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