Html Css Color HEX #BEA039 Brass

📋 copy color: '#BEA039'

red 190 ◦ green 160 ◦ blue 57

#BEA039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BEA039

Tints of Brass #BEA039

RGB

 RED value IS 190 (74.61% from 255) = 46.68%

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 57 (22.66% from 255) = 14%

R = 46.68%
G = 39.31%
B = 14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BEA039 (or 0xBEA039) is known color: Brass. HEX triplet: BE, A0 and 39. RGB value is (190,160,57). Sum of RGB (Red+Green+Blue) = 190+160+57=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA039 is #415FC6. Grayscale: #9D9D9D. Windows color (decimal): -4284359 or 3776702. OLE color: 3776702.

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

Color convert

RGB 190 160 57 -
CMYK 0 0.16 0.7 0.25
HSL 46.47º 0.54% 0.48% -
HSV(B) 46.47º 0.7% 0.75% -
XYZ 34.54 36.38 9.07 -
YUV 157.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 190 160 57 0 0.16 0.7 0.25 46.47 0.54 0.48
Hex BE A0 39 0 10 46 19 2E 36 30
Octal 276 240 71 0 20 106 31 56 66 60
Binary 10111110 10100000 111001 0 10000 1000110 11001 101110 110110 110000

Color Harmonies of #BEA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA039

Black with #BEA039

Text Example


Text Example

White with #BEA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA039; }

 p { color: rgb(190,160,57); }

 H1.HeaderClassName
 {
   color: #BEA039;
 }
 .AnyTagClassName
 {
   color: #BEA039;
 }
</style>

background-color css

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

 a { background-color: rgb(190,160,57); }

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

border-color css

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

 span { border-color: rgb(190,160,57); }

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