Html Css Color HEX #BEA43C Brass

📋 copy color: '#BEA43C'

red 190 ◦ green 164 ◦ blue 60

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

Shades of Brass #BEA43C

Tints of Brass #BEA43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 45.89%
G = 39.61%
B = 14.49%

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

#BEA43C (or 0xBEA43C) is known color: Brass. HEX triplet: BE, A4 and 3C. RGB value is (190,164,60). Sum of RGB (Red+Green+Blue) = 190+164+60=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA43C is #415BC3. Grayscale: #A0A0A0. Windows color (decimal): -4283332 or 3974334. OLE color: 3974334.

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

Color convert

RGB 190 164 60 -
CMYK 0 0.14 0.68 0.25
HSL 48º 0.52% 0.49% -
HSV(B) 48º 0.68% 0.75% -
XYZ 35.33 37.82 9.71 -
YUV 159.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 190 164 60 0 0.14 0.68 0.25 48 0.52 0.49
Hex BE A4 3C 0 E 44 19 30 34 31
Octal 276 244 74 0 16 104 31 60 64 61
Binary 10111110 10100100 111100 0 1110 1000100 11001 110000 110100 110001

Color Harmonies of #BEA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA43C

Black with #BEA43C

Text Example


Text Example

White with #BEA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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