Html Css Color HEX #BEA83E Brass

📋 copy color: '#BEA83E'

red 190 ◦ green 168 ◦ blue 62

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

Shades of Brass #BEA83E

Tints of Brass #BEA83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 45.24%
G = 40%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEA83E (or 0xBEA83E) is known color: Brass. HEX triplet: BE, A8 and 3E. RGB value is (190,168,62). Sum of RGB (Red+Green+Blue) = 190+168+62=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA83E is #4157C1. Grayscale: #A2A2A2. Windows color (decimal): -4282306 or 4106430. OLE color: 4106430.

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

Color convert

RGB 190 168 62 -
CMYK 0 0.12 0.67 0.25
HSL 49.69º 0.51% 0.49% -
HSV(B) 49.69º 0.67% 0.75% -
XYZ 36.11 39.3 10.24 -
YUV 162.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 190 168 62 0 0.12 0.67 0.25 49.69 0.51 0.49
Hex BE A8 3E 0 C 43 19 32 33 31
Octal 276 250 76 0 14 103 31 62 63 61
Binary 10111110 10101000 111110 0 1100 1000011 11001 110010 110011 110001

Color Harmonies of #BEA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA83E

Black with #BEA83E

Text Example


Text Example

White with #BEA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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