#BEA835

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

Shades of Brass #BEA835

Tints of Brass #BEA835

Color information

#BEA835 (or 0xBEA835) is unknown color: approx Brass. HEX triplet: BE, A8 and 35. RGB value is (190,168,53). Sum of RGB (Red+Green+Blue) = 190+168+53=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA835 is #4157CA. Grayscale: #A1A1A1. Windows color (decimal): -4282315 or 3516606. OLE color: 3516606.

HSL color Cylindrical-coordinate representation of color #BEA835: hue angle of 50.36º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEA835 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19016853-
CMYK00.120.720.25
HSL50.36º56.38%47.65%-
HSV(B)50.36º72.11%74.51%-
XYZ35.8839.219.05-
YUV161.4766.79148.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=46.23%
G=40.88%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901685300.120.720.2550.3656.3847.65
HexBEA8350C4819323830
Octal2762506501411031627060
Binary101111101010100011010101100100100011001110010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA835; }

 p { color: rgb(190,168,53); }

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

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

 a { background-color: rgb(190,168,53); }

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

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

 span { border-color: rgb(190,168,53); }

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