Html Css Color HEX #BEAC41 Brass

📋 copy color: '#BEAC41'

red 190 ◦ green 172 ◦ blue 65

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

Shades of Brass #BEAC41

Tints of Brass #BEAC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 65 (25.78% from 255) = 15.22%

R = 44.5%
G = 40.28%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEAC41 (or 0xBEAC41) is known color: Brass. HEX triplet: BE, AC and 41. RGB value is (190,172,65). Sum of RGB (Red+Green+Blue) = 190+172+65=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC41 is #4153BE. Grayscale: #A5A5A5. Windows color (decimal): -4281279 or 4304062. OLE color: 4304062.

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

Color convert

RGB 190 172 65 -
CMYK 0 0.09 0.66 0.25
HSL 51.36º 0.49% 0.5% -
HSV(B) 51.36º 0.66% 0.75% -
XYZ 36.94 40.83 10.94 -
YUV 165.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 190 172 65 0 0.09 0.66 0.25 51.36 0.49 0.5
Hex BE AC 41 0 9 42 19 33 31 32
Octal 276 254 101 0 11 102 31 63 61 62
Binary 10111110 10101100 1000001 0 1001 1000010 11001 110011 110001 110010

Color Harmonies of #BEAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC41

Black with #BEAC41

Text Example


Text Example

White with #BEAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC41; }

 p { color: rgb(190,172,65); }

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

background-color css

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

 a { background-color: rgb(190,172,65); }

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

border-color css

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

 span { border-color: rgb(190,172,65); }

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