Html Css Color HEX #BEAC3E Brass

📋 copy color: '#BEAC3E'

red 190 ◦ green 172 ◦ blue 62

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

Shades of Brass #BEAC3E

Tints of Brass #BEAC3E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

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

R = 44.81%
G = 40.57%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEAC3E (or 0xBEAC3E) is known color: Brass. HEX triplet: BE, AC and 3E. RGB value is (190,172,62). Sum of RGB (Red+Green+Blue) = 190+172+62=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC3E is #4153C1. Grayscale: #A5A5A5. Windows color (decimal): -4281282 or 4107454. OLE color: 4107454.

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

Color convert

RGB 190 172 62 -
CMYK 0 0.09 0.67 0.25
HSL 51.56º 0.51% 0.49% -
HSV(B) 51.56º 0.67% 0.75% -
XYZ 36.86 40.8 10.49 -
YUV 164.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 190 172 62 0 0.09 0.67 0.25 51.56 0.51 0.49
Hex BE AC 3E 0 9 43 19 34 33 31
Octal 276 254 76 0 11 103 31 64 63 61
Binary 10111110 10101100 111110 0 1001 1000011 11001 110100 110011 110001

Color Harmonies of #BEAC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC3E

Black with #BEAC3E

Text Example


Text Example

White with #BEAC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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