#BEAF35

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

Shades of Brass #BEAF35

Tints of Brass #BEAF35

Color information

#BEAF35 (or 0xBEAF35) is unknown color: approx Brass. HEX triplet: BE, AF and 35. RGB value is (190,175,53). Sum of RGB (Red+Green+Blue) = 190+175+53=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF35 is #4150CA. Grayscale: #A6A6A6. Windows color (decimal): -4280523 or 3518398. OLE color: 3518398.

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

Color convert

RGB19017553-
CMYK00.080.720.25
HSL53.43º56.38%47.65%-
HSV(B)53.43º72.11%74.51%-
XYZ37.2141.869.49-
YUV165.5864.47145.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=45.45%
G=41.87%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901755300.080.720.2553.4356.3847.65
HexBEAF35084819353830
Octal2762576501011031657060
Binary101111101010111111010101000100100011001110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF35; }

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

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

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

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

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

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

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

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