Html Css Color HEX #BEA639 Brass

📋 copy color: '#BEA639'

red 190 ◦ green 166 ◦ blue 57

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

Shades of Brass #BEA639

Tints of Brass #BEA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

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

R = 46%
G = 40.19%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BEA639 (or 0xBEA639) is known color: Brass. HEX triplet: BE, A6 and 39. RGB value is (190,166,57). Sum of RGB (Red+Green+Blue) = 190+166+57=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA639 is #4159C6. Grayscale: #A1A1A1. Windows color (decimal): -4282823 or 3778238. OLE color: 3778238.

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

Color convert

RGB 190 166 57 -
CMYK 0 0.13 0.7 0.25
HSL 49.17º 0.54% 0.48% -
HSV(B) 49.17º 0.7% 0.75% -
XYZ 35.61 38.52 9.43 -
YUV 160.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 190 166 57 0 0.13 0.7 0.25 49.17 0.54 0.48
Hex BE A6 39 0 D 46 19 31 36 30
Octal 276 246 71 0 15 106 31 61 66 60
Binary 10111110 10100110 111001 0 1101 1000110 11001 110001 110110 110000

Color Harmonies of #BEA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA639

Black with #BEA639

Text Example


Text Example

White with #BEA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA639; }

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

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

background-color css

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

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

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

border-color css

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

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

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