Html Css Color HEX #BEA43E Brass

📋 copy color: '#BEA43E'

red 190 ◦ green 164 ◦ blue 62

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

Shades of Brass #BEA43E

Tints of Brass #BEA43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

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

R = 45.67%
G = 39.42%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEA43E (or 0xBEA43E) is known color: Brass. HEX triplet: BE, A4 and 3E. RGB value is (190,164,62). Sum of RGB (Red+Green+Blue) = 190+164+62=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA43E is #415BC1. Grayscale: #A0A0A0. Windows color (decimal): -4283330 or 4105406. OLE color: 4105406.

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

Color convert

RGB 190 164 62 -
CMYK 0 0.14 0.67 0.25
HSL 47.81º 0.51% 0.49% -
HSV(B) 47.81º 0.67% 0.75% -
XYZ 35.38 37.85 10 -
YUV 160.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 190 164 62 0 0.14 0.67 0.25 47.81 0.51 0.49
Hex BE A4 3E 0 E 43 19 30 33 31
Octal 276 244 76 0 16 103 31 60 63 61
Binary 10111110 10100100 111110 0 1110 1000011 11001 110000 110011 110001

Color Harmonies of #BEA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA43E

Black with #BEA43E

Text Example


Text Example

White with #BEA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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