Html Css Color HEX #BEA63C Brass

📋 copy color: '#BEA63C'

red 190 ◦ green 166 ◦ blue 60

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

Shades of Brass #BEA63C

Tints of Brass #BEA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

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

R = 45.67%
G = 39.9%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEA63C (or 0xBEA63C) is known color: Brass. HEX triplet: BE, A6 and 3C. RGB value is (190,166,60). Sum of RGB (Red+Green+Blue) = 190+166+60=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA63C is #4159C3. Grayscale: #A1A1A1. Windows color (decimal): -4282820 or 3974846. OLE color: 3974846.

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

Color convert

RGB 190 166 60 -
CMYK 0 0.13 0.68 0.25
HSL 48.92º 0.52% 0.49% -
HSV(B) 48.92º 0.68% 0.75% -
XYZ 35.69 38.55 9.83 -
YUV 161.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 190 166 60 0 0.13 0.68 0.25 48.92 0.52 0.49
Hex BE A6 3C 0 D 44 19 31 34 31
Octal 276 246 74 0 15 104 31 61 64 61
Binary 10111110 10100110 111100 0 1101 1000100 11001 110001 110100 110001

Color Harmonies of #BEA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA63C

Black with #BEA63C

Text Example


Text Example

White with #BEA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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