#BEA142

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

Shades of Brass #BEA142

Tints of Brass #BEA142

Color information

#BEA142 (or 0xBEA142) is unknown color: approx Brass. HEX triplet: BE, A1 and 42. RGB value is (190,161,66). Sum of RGB (Red+Green+Blue) = 190+161+66=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA142 is #415EBD. Grayscale: #9F9F9F. Windows color (decimal): -4284094 or 4366782. OLE color: 4366782.

HSL color Cylindrical-coordinate representation of color #BEA142: hue angle of 45.97º 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 #BEA142 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19016166-
CMYK00.150.650.25
HSL45.97º48.82%50.2%-
HSV(B)45.97º65.26%74.51%-
XYZ34.9636.8310.42-
YUV158.8475.61150.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=45.56%
G=38.61%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901616600.150.650.2545.9748.8250.2
HexBEA1420F41192e3132
Octal27624110201710131566162
Binary1011111010100001100001001111100000111001101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA142; }

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

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

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

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

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

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

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

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