Html Css Color HEX #BEA13E Brass

📋 copy color: '#BEA13E'

red 190 ◦ green 161 ◦ blue 62

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

Shades of Brass #BEA13E

Tints of Brass #BEA13E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

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

R = 46%
G = 38.98%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEA13E (or 0xBEA13E) is known color: Brass. HEX triplet: BE, A1 and 3E. RGB value is (190,161,62). Sum of RGB (Red+Green+Blue) = 190+161+62=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA13E is #415EC1. Grayscale: #9E9E9E. Windows color (decimal): -4284098 or 4104638. OLE color: 4104638.

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

Color convert

RGB 190 161 62 -
CMYK 0 0.15 0.67 0.25
HSL 46.41º 0.51% 0.49% -
HSV(B) 46.41º 0.67% 0.75% -
XYZ 34.85 36.78 9.82 -
YUV 158.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 190 161 62 0 0.15 0.67 0.25 46.41 0.51 0.49
Hex BE A1 3E 0 F 43 19 2E 33 31
Octal 276 241 76 0 17 103 31 56 63 61
Binary 10111110 10100001 111110 0 1111 1000011 11001 101110 110011 110001

Color Harmonies of #BEA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA13E

Black with #BEA13E

Text Example


Text Example

White with #BEA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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