Html Css Color HEX #BEAD3F Brass

📋 copy color: '#BEAD3F'

red 190 ◦ green 173 ◦ blue 63

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

Shades of Brass #BEAD3F

Tints of Brass #BEAD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.79%

R = 44.6%
G = 40.61%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEAD3F (or 0xBEAD3F) is known color: Brass. HEX triplet: BE, AD and 3F. RGB value is (190,173,63). Sum of RGB (Red+Green+Blue) = 190+173+63=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD3F is #4152C0. Grayscale: #A6A6A6. Windows color (decimal): -4281025 or 4173246. OLE color: 4173246.

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

Color convert

RGB 190 173 63 -
CMYK 0 0.09 0.67 0.25
HSL 51.97º 0.5% 0.5% -
HSV(B) 51.97º 0.67% 0.75% -
XYZ 37.08 41.19 10.7 -
YUV 165.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 190 173 63 0 0.09 0.67 0.25 51.97 0.5 0.5
Hex BE AD 3F 0 9 43 19 34 32 32
Octal 276 255 77 0 11 103 31 64 62 62
Binary 10111110 10101101 111111 0 1001 1000011 11001 110100 110010 110010

Color Harmonies of #BEAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD3F

Black with #BEAD3F

Text Example


Text Example

White with #BEAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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