Html Css Color HEX #BEAD34 Brass

📋 copy color: '#BEAD34'

red 190 ◦ green 173 ◦ blue 52

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

Shades of Brass #BEAD34

Tints of Brass #BEAD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 45.78%
G = 41.69%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEAD34 (or 0xBEAD34) is known color: Brass. HEX triplet: BE, AD and 34. RGB value is (190,173,52). Sum of RGB (Red+Green+Blue) = 190+173+52=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD34 is #4152CB. Grayscale: #A4A4A4. Windows color (decimal): -4281036 or 3452350. OLE color: 3452350.

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

Color convert

RGB 190 173 52 -
CMYK 0 0.09 0.73 0.25
HSL 52.61º 0.57% 0.47% -
HSV(B) 52.61º 0.73% 0.75% -
XYZ 36.8 41.08 9.24 -
YUV 164.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 190 173 52 0 0.09 0.73 0.25 52.61 0.57 0.47
Hex BE AD 34 0 9 49 19 35 39 2F
Octal 276 255 64 0 11 111 31 65 71 57
Binary 10111110 10101101 110100 0 1001 1001001 11001 110101 111001 101111

Color Harmonies of #BEAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD34

Black with #BEAD34

Text Example


Text Example

White with #BEAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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