#BEA33A

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

Shades of Brass #BEA33A

Tints of Brass #BEA33A

Color information

#BEA33A (or 0xBEA33A) is unknown color: approx Brass. HEX triplet: BE, A3 and 3A. RGB value is (190,163,58). Sum of RGB (Red+Green+Blue) = 190+163+58=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA33A is #415CC5. Grayscale: #9F9F9F. Windows color (decimal): -4283590 or 3843006. OLE color: 3843006.

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

Color convert

RGB19016358-
CMYK00.140.690.25
HSL47.73º53.23%48.63%-
HSV(B)47.73º69.47%74.51%-
XYZ35.137.459.38-
YUV159.170.95150.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 163 (64.06% from 255) = 39.66%
BLUE value IS 58 (23.05% from 255) = 14.11%
R=46.23%
G=39.66%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901635800.140.690.2547.7353.2348.63
HexBEA33A0E4519303531
Octal2762437201610531606561
Binary101111101010001111101001110100010111001110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA33A; }

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

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

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

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

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

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

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

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