Html Css Color HEX #B3AA41 Brass

📋 copy color: '#B3AA41'

red 179 ◦ green 170 ◦ blue 65

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

Shades of Brass #B3AA41

Tints of Brass #B3AA41

RGB

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

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

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

R = 43.24%
G = 41.06%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B3AA41 (or 0xB3AA41) is known color: Brass. HEX triplet: B3, AA and 41. RGB value is (179,170,65). Sum of RGB (Red+Green+Blue) = 179+170+65=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA41 is #4C55BE. Grayscale: #A1A1A1. Windows color (decimal): -5002687 or 4303539. OLE color: 4303539.

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

Color convert

RGB 179 170 65 -
CMYK 0 0.05 0.64 0.30
HSL 55.26º 0.47% 0.48% -
HSV(B) 55.26º 0.64% 0.7% -
XYZ 33.92 38.71 10.69 -
YUV 160.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 179 170 65 0 0.05 0.64 0.30 55.26 0.47 0.48
Hex B3 AA 41 0 5 40 1E 37 2F 30
Octal 263 252 101 0 5 100 36 67 57 60
Binary 10110011 10101010 1000001 0 101 1000000 11110 110111 101111 110000

Color Harmonies of #B3AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA41

Black with #B3AA41

Text Example


Text Example

White with #B3AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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