#BEA642

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

Shades of Brass #BEA642

Tints of Brass #BEA642

Color information

#BEA642 (or 0xBEA642) is unknown color: approx Brass. HEX triplet: BE, A6 and 42. RGB value is (190,166,66). Sum of RGB (Red+Green+Blue) = 190+166+66=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA642 is #4159BD. Grayscale: #A2A2A2. Windows color (decimal): -4282814 or 4368062. OLE color: 4368062.

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

Color convert

RGB19016666-
CMYK00.130.650.25
HSL48.39º48.82%50.2%-
HSV(B)48.39º65.26%74.51%-
XYZ35.8538.6110.72-
YUV161.7873.95148.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 66 (26.17% from 255) = 15.64%
R=45.02%
G=39.34%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901666600.130.650.2548.3948.8250.2
HexBEA6420D4119303132
Octal27624610201510131606162
Binary1011111010100110100001001101100000111001110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA642; }

 p { color: rgb(190,166,66); }

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

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

 a { background-color: rgb(190,166,66); }

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

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

 span { border-color: rgb(190,166,66); }

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