Html Css Color HEX #BEAC45 Brass

📋 copy color: '#BEAC45'

red 190 ◦ green 172 ◦ blue 69

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

Shades of Brass #BEAC45

Tints of Brass #BEAC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.01%

R = 44.08%
G = 39.91%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEAC45 (or 0xBEAC45) is known color: Brass. HEX triplet: BE, AC and 45. RGB value is (190,172,69). Sum of RGB (Red+Green+Blue) = 190+172+69=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC45 is #4153BA. Grayscale: #A6A6A6. Windows color (decimal): -4281275 or 4566206. OLE color: 4566206.

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

Color convert

RGB 190 172 69 -
CMYK 0 0.09 0.64 0.25
HSL 51.07º 0.48% 0.51% -
HSV(B) 51.07º 0.64% 0.75% -
XYZ 37.06 40.88 11.57 -
YUV 165.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 190 172 69 0 0.09 0.64 0.25 51.07 0.48 0.51
Hex BE AC 45 0 9 40 19 33 30 33
Octal 276 254 105 0 11 100 31 63 60 63
Binary 10111110 10101100 1000101 0 1001 1000000 11001 110011 110000 110011

Color Harmonies of #BEAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC45

Black with #BEAC45

Text Example


Text Example

White with #BEAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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