Html Css Color HEX #BEAD36 Brass

📋 copy color: '#BEAD36'

red 190 ◦ green 173 ◦ blue 54

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

Shades of Brass #BEAD36

Tints of Brass #BEAD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 45.56%
G = 41.49%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BEAD36 (or 0xBEAD36) is known color: Brass. HEX triplet: BE, AD and 36. RGB value is (190,173,54). Sum of RGB (Red+Green+Blue) = 190+173+54=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD36 is #4152C9. Grayscale: #A5A5A5. Windows color (decimal): -4281034 or 3583422. OLE color: 3583422.

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

Color convert

RGB 190 173 54 -
CMYK 0 0.09 0.72 0.25
HSL 52.5º 0.56% 0.48% -
HSV(B) 52.5º 0.72% 0.75% -
XYZ 36.84 41.1 9.48 -
YUV 164.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 190 173 54 0 0.09 0.72 0.25 52.5 0.56 0.48
Hex BE AD 36 0 9 48 19 34 38 30
Octal 276 255 66 0 11 110 31 64 70 60
Binary 10111110 10101101 110110 0 1001 1001000 11001 110100 111000 110000

Color Harmonies of #BEAD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD36

Black with #BEAD36

Text Example


Text Example

White with #BEAD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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