#BEA93A

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

Shades of Brass #BEA93A

Tints of Brass #BEA93A

Color information

#BEA93A (or 0xBEA93A) is unknown color: approx Brass. HEX triplet: BE, A9 and 3A. RGB value is (190,169,58). Sum of RGB (Red+Green+Blue) = 190+169+58=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA93A is #4156C5. Grayscale: #A3A3A3. Windows color (decimal): -4282054 or 3844542. OLE color: 3844542.

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

Color convert

RGB19016958-
CMYK00.110.690.25
HSL50.45º53.23%48.63%-
HSV(B)50.45º69.47%74.51%-
XYZ36.1939.639.74-
YUV162.6268.96147.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=45.56%
G=40.53%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901695800.110.690.2550.4553.2348.63
HexBEA93A0B4519323531
Octal2762517201310531626561
Binary101111101010100111101001011100010111001110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA93A; }

 p { color: rgb(190,169,58); }

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

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

 a { background-color: rgb(190,169,58); }

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

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

 span { border-color: rgb(190,169,58); }

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