Html Css Color HEX #BEAE3E Brass

📋 copy color: '#BEAE3E'

red 190 ◦ green 174 ◦ blue 62

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

Shades of Brass #BEAE3E

Tints of Brass #BEAE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.85%

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 44.6%
G = 40.85%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEAE3E (or 0xBEAE3E) is known color: Brass. HEX triplet: BE, AE and 3E. RGB value is (190,174,62). Sum of RGB (Red+Green+Blue) = 190+174+62=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE3E is #4151C1. Grayscale: #A6A6A6. Windows color (decimal): -4280770 or 4107966. OLE color: 4107966.

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

Color convert

RGB 190 174 62 -
CMYK 0 0.08 0.67 0.25
HSL 52.5º 0.51% 0.49% -
HSV(B) 52.5º 0.67% 0.75% -
XYZ 37.24 41.57 10.62 -
YUV 166.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 190 174 62 0 0.08 0.67 0.25 52.5 0.51 0.49
Hex BE AE 3E 0 8 43 19 34 33 31
Octal 276 256 76 0 10 103 31 64 63 61
Binary 10111110 10101110 111110 0 1000 1000011 11001 110100 110011 110001

Color Harmonies of #BEAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE3E

Black with #BEAE3E

Text Example


Text Example

White with #BEAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE3E; }

 p { color: rgb(190,174,62); }

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

background-color css

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

 a { background-color: rgb(190,174,62); }

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

border-color css

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

 span { border-color: rgb(190,174,62); }

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