Html Css Color HEX #BEAF3E Brass

📋 copy color: '#BEAF3E'

red 190 ◦ green 175 ◦ blue 62

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

Shades of Brass #BEAF3E

Tints of Brass #BEAF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

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

R = 44.5%
G = 40.98%
B = 14.52%

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

#BEAF3E (or 0xBEAF3E) is known color: Brass. HEX triplet: BE, AF and 3E. RGB value is (190,175,62). Sum of RGB (Red+Green+Blue) = 190+175+62=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF3E is #4150C1. Grayscale: #A7A7A7. Windows color (decimal): -4280514 or 4108222. OLE color: 4108222.

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

Color convert

RGB 190 175 62 -
CMYK 0 0.08 0.67 0.25
HSL 52.97º 0.51% 0.49% -
HSV(B) 52.97º 0.67% 0.75% -
XYZ 37.43 41.95 10.68 -
YUV 166.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 190 175 62 0 0.08 0.67 0.25 52.97 0.51 0.49
Hex BE AF 3E 0 8 43 19 35 33 31
Octal 276 257 76 0 10 103 31 65 63 61
Binary 10111110 10101111 111110 0 1000 1000011 11001 110101 110011 110001

Color Harmonies of #BEAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF3E

Black with #BEAF3E

Text Example


Text Example

White with #BEAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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