Html Css Color HEX #BEAF34 Brass

📋 copy color: '#BEAF34'

red 190 ◦ green 175 ◦ blue 52

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

Shades of Brass #BEAF34

Tints of Brass #BEAF34

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

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

R = 45.56%
G = 41.97%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEAF34 (or 0xBEAF34) is known color: Brass. HEX triplet: BE, AF and 34. RGB value is (190,175,52). Sum of RGB (Red+Green+Blue) = 190+175+52=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF34 is #4150CB. Grayscale: #A5A5A5. Windows color (decimal): -4280524 or 3452862. OLE color: 3452862.

HSL color Cylindrical-coordinate representation of color #BEAF34: hue angle of 53.48º 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 #BEAF34 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 52 -
CMYK 0 0.08 0.73 0.25
HSL 53.48º 0.57% 0.47% -
HSV(B) 53.48º 0.73% 0.75% -
XYZ 37.19 41.86 9.37 -
YUV 165.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 190 175 52 0 0.08 0.73 0.25 53.48 0.57 0.47
Hex BE AF 34 0 8 49 19 35 39 2F
Octal 276 257 64 0 10 111 31 65 71 57
Binary 10111110 10101111 110100 0 1000 1001001 11001 110101 111001 101111

Color Harmonies of #BEAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF34

Black with #BEAF34

Text Example


Text Example

White with #BEAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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