Html Css Color HEX #BEAA44 Brass

📋 copy color: '#BEAA44'

red 190 ◦ green 170 ◦ blue 68

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

Shades of Brass #BEAA44

Tints of Brass #BEAA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.72%

 BLUE value IS 68 (26.95% from 255) = 15.89%

R = 44.39%
G = 39.72%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEAA44 (or 0xBEAA44) is known color: Brass. HEX triplet: BE, AA and 44. RGB value is (190,170,68). Sum of RGB (Red+Green+Blue) = 190+170+68=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA44 is #4155BB. Grayscale: #A4A4A4. Windows color (decimal): -4281788 or 4500158. OLE color: 4500158.

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

Color convert

RGB 190 170 68 -
CMYK 0 0.11 0.64 0.25
HSL 50.16º 0.48% 0.51% -
HSV(B) 50.16º 0.64% 0.75% -
XYZ 36.65 40.11 11.28 -
YUV 164.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 190 170 68 0 0.11 0.64 0.25 50.16 0.48 0.51
Hex BE AA 44 0 B 40 19 32 30 33
Octal 276 252 104 0 13 100 31 62 60 63
Binary 10111110 10101010 1000100 0 1011 1000000 11001 110010 110000 110011

Color Harmonies of #BEAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA44

Black with #BEAA44

Text Example


Text Example

White with #BEAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA44; }

 p { color: rgb(190,170,68); }

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

background-color css

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

 a { background-color: rgb(190,170,68); }

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

border-color css

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

 span { border-color: rgb(190,170,68); }

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