Html Css Color HEX #BEA43D Brass

📋 copy color: '#BEA43D'

red 190 ◦ green 164 ◦ blue 61

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

Shades of Brass #BEA43D

Tints of Brass #BEA43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 45.78%
G = 39.52%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEA43D (or 0xBEA43D) is known color: Brass. HEX triplet: BE, A4 and 3D. RGB value is (190,164,61). Sum of RGB (Red+Green+Blue) = 190+164+61=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA43D is #415BC2. Grayscale: #A0A0A0. Windows color (decimal): -4283331 or 4039870. OLE color: 4039870.

HSL color Cylindrical-coordinate representation of color #BEA43D: hue angle of 47.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEA43D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 164 61 -
CMYK 0 0.14 0.68 0.25
HSL 47.91º 0.51% 0.49% -
HSV(B) 47.91º 0.68% 0.75% -
XYZ 35.35 37.83 9.85 -
YUV 160.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 190 164 61 0 0.14 0.68 0.25 47.91 0.51 0.49
Hex BE A4 3D 0 E 44 19 30 33 31
Octal 276 244 75 0 16 104 31 60 63 61
Binary 10111110 10100100 111101 0 1110 1000100 11001 110000 110011 110001

Color Harmonies of #BEA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA43D

Black with #BEA43D

Text Example


Text Example

White with #BEA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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