Html Css Color HEX #BEAA41 Brass

📋 copy color: '#BEAA41'

red 190 ◦ green 170 ◦ blue 65

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

Shades of Brass #BEAA41

Tints of Brass #BEAA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 65 (25.78% from 255) = 15.29%

R = 44.71%
G = 40%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEAA41 (or 0xBEAA41) is known color: Brass. HEX triplet: BE, AA and 41. RGB value is (190,170,65). Sum of RGB (Red+Green+Blue) = 190+170+65=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA41 is #4155BE. Grayscale: #A4A4A4. Windows color (decimal): -4281791 or 4303550. OLE color: 4303550.

HSL color Cylindrical-coordinate representation of color #BEAA41: hue angle of 50.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEAA41 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 170 65 -
CMYK 0 0.11 0.66 0.25
HSL 50.4º 0.49% 0.5% -
HSV(B) 50.4º 0.66% 0.75% -
XYZ 36.56 40.08 10.81 -
YUV 164.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 190 170 65 0 0.11 0.66 0.25 50.4 0.49 0.5
Hex BE AA 41 0 B 42 19 32 31 32
Octal 276 252 101 0 13 102 31 62 61 62
Binary 10111110 10101010 1000001 0 1011 1000010 11001 110010 110001 110010

Color Harmonies of #BEAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA41

Black with #BEAA41

Text Example


Text Example

White with #BEAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA41; }

 p { color: rgb(190,170,65); }

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

background-color css

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

 a { background-color: rgb(190,170,65); }

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

border-color css

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

 span { border-color: rgb(190,170,65); }

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