Html Css Color HEX #BEAD41 Brass

📋 copy color: '#BEAD41'

red 190 ◦ green 173 ◦ blue 65

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

Shades of Brass #BEAD41

Tints of Brass #BEAD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

 BLUE value IS 65 (25.78% from 255) = 15.19%

R = 44.39%
G = 40.42%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEAD41 (or 0xBEAD41) is known color: Brass. HEX triplet: BE, AD and 41. RGB value is (190,173,65). Sum of RGB (Red+Green+Blue) = 190+173+65=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD41 is #4152BE. Grayscale: #A6A6A6. Windows color (decimal): -4281023 or 4304318. OLE color: 4304318.

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

Color convert

RGB 190 173 65 -
CMYK 0 0.09 0.66 0.25
HSL 51.84º 0.49% 0.5% -
HSV(B) 51.84º 0.66% 0.75% -
XYZ 37.13 41.22 11 -
YUV 165.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 190 173 65 0 0.09 0.66 0.25 51.84 0.49 0.5
Hex BE AD 41 0 9 42 19 34 31 32
Octal 276 255 101 0 11 102 31 64 61 62
Binary 10111110 10101101 1000001 0 1001 1000010 11001 110100 110001 110010

Color Harmonies of #BEAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD41

Black with #BEAD41

Text Example


Text Example

White with #BEAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD41; }

 p { color: rgb(190,173,65); }

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

background-color css

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

 a { background-color: rgb(190,173,65); }

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

border-color css

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

 span { border-color: rgb(190,173,65); }

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