Html Css Color HEX #BEAE3A Brass

📋 copy color: '#BEAE3A'

red 190 ◦ green 174 ◦ blue 58

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

Shades of Brass #BEAE3A

Tints of Brass #BEAE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.74%

R = 45.02%
G = 41.23%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEAE3A (or 0xBEAE3A) is known color: Brass. HEX triplet: BE, AE and 3A. RGB value is (190,174,58). Sum of RGB (Red+Green+Blue) = 190+174+58=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE3A is #4151C5. Grayscale: #A6A6A6. Windows color (decimal): -4280774 or 3845822. OLE color: 3845822.

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

Color convert

RGB 190 174 58 -
CMYK 0 0.08 0.69 0.25
HSL 52.73º 0.53% 0.49% -
HSV(B) 52.73º 0.69% 0.75% -
XYZ 37.13 41.52 10.06 -
YUV 165.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 190 174 58 0 0.08 0.69 0.25 52.73 0.53 0.49
Hex BE AE 3A 0 8 45 19 35 35 31
Octal 276 256 72 0 10 105 31 65 65 61
Binary 10111110 10101110 111010 0 1000 1000101 11001 110101 110101 110001

Color Harmonies of #BEAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE3A

Black with #BEAE3A

Text Example


Text Example

White with #BEAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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