Html Css Color HEX #BEAF3A Brass

📋 copy color: '#BEAF3A'

red 190 ◦ green 175 ◦ blue 58

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

Shades of Brass #BEAF3A

Tints of Brass #BEAF3A

RGB

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

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

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

R = 44.92%
G = 41.37%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEAF3A (or 0xBEAF3A) is known color: Brass. HEX triplet: BE, AF and 3A. RGB value is (190,175,58). Sum of RGB (Red+Green+Blue) = 190+175+58=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF3A is #4150C5. Grayscale: #A6A6A6. Windows color (decimal): -4280518 or 3846078. OLE color: 3846078.

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

Color convert

RGB 190 175 58 -
CMYK 0 0.08 0.69 0.25
HSL 53.18º 0.53% 0.49% -
HSV(B) 53.18º 0.69% 0.75% -
XYZ 37.33 41.91 10.13 -
YUV 166.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 190 175 58 0 0.08 0.69 0.25 53.18 0.53 0.49
Hex BE AF 3A 0 8 45 19 35 35 31
Octal 276 257 72 0 10 105 31 65 65 61
Binary 10111110 10101111 111010 0 1000 1000101 11001 110101 110101 110001

Color Harmonies of #BEAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF3A

Black with #BEAF3A

Text Example


Text Example

White with #BEAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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