Html Css Color HEX #B3AA49 Brass

📋 copy color: '#B3AA49'

red 179 ◦ green 170 ◦ blue 73

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

Shades of Brass #B3AA49

Tints of Brass #B3AA49

RGB

 RED value IS 179 (70.31% from 255) = 42.42%

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

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 42.42%
G = 40.28%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3AA49 (or 0xB3AA49) is known color: Brass. HEX triplet: B3, AA and 49. RGB value is (179,170,73). Sum of RGB (Red+Green+Blue) = 179+170+73=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA49 is #4C55B6. Grayscale: #A2A2A2. Windows color (decimal): -5002679 or 4827827. OLE color: 4827827.

HSL color Cylindrical-coordinate representation of color #B3AA49: hue angle of 54.91º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3AA49 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 170 73 -
CMYK 0 0.05 0.59 0.30
HSL 54.91º 0.42% 0.49% -
HSV(B) 54.91º 0.59% 0.7% -
XYZ 34.17 38.81 11.99 -
YUV 161.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 179 170 73 0 0.05 0.59 0.30 54.91 0.42 0.49
Hex B3 AA 49 0 5 3B 1E 37 2A 31
Octal 263 252 111 0 5 73 36 67 52 61
Binary 10110011 10101010 1001001 0 101 111011 11110 110111 101010 110001

Color Harmonies of #B3AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA49

Black with #B3AA49

Text Example


Text Example

White with #B3AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA49; }

 p { color: rgb(179,170,73); }

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

background-color css

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

 a { background-color: rgb(179,170,73); }

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

border-color css

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

 span { border-color: rgb(179,170,73); }

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