Html Css Color HEX #BEAD3A Brass

📋 copy color: '#BEAD3A'

red 190 ◦ green 173 ◦ blue 58

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

Shades of Brass #BEAD3A

Tints of Brass #BEAD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.78%

R = 45.13%
G = 41.09%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEAD3A (or 0xBEAD3A) is known color: Brass. HEX triplet: BE, AD and 3A. RGB value is (190,173,58). Sum of RGB (Red+Green+Blue) = 190+173+58=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD3A is #4152C5. Grayscale: #A5A5A5. Windows color (decimal): -4281030 or 3845566. OLE color: 3845566.

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

Color convert

RGB 190 173 58 -
CMYK 0 0.09 0.69 0.25
HSL 52.27º 0.53% 0.49% -
HSV(B) 52.27º 0.69% 0.75% -
XYZ 36.94 41.14 10 -
YUV 164.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 190 173 58 0 0.09 0.69 0.25 52.27 0.53 0.49
Hex BE AD 3A 0 9 45 19 34 35 31
Octal 276 255 72 0 11 105 31 64 65 61
Binary 10111110 10101101 111010 0 1001 1000101 11001 110100 110101 110001

Color Harmonies of #BEAD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD3A

Black with #BEAD3A

Text Example


Text Example

White with #BEAD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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