Html Css Color HEX #B2AA41 Brass

📋 copy color: '#B2AA41'

red 178 ◦ green 170 ◦ blue 65

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

Shades of Brass #B2AA41

Tints of Brass #B2AA41

RGB

 RED value IS 178 (69.92% from 255) = 43.1%

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

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

R = 43.1%
G = 41.16%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B2AA41 (or 0xB2AA41) is known color: Brass. HEX triplet: B2, AA and 41. RGB value is (178,170,65). Sum of RGB (Red+Green+Blue) = 178+170+65=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA41 is #4D55BE. Grayscale: #A0A0A0. Windows color (decimal): -5068223 or 4303538. OLE color: 4303538.

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

Color convert

RGB 178 170 65 -
CMYK 0 0.04 0.63 0.30
HSL 55.75º 0.47% 0.48% -
HSV(B) 55.75º 0.63% 0.7% -
XYZ 33.69 38.6 10.68 -
YUV 160.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 178 170 65 0 0.04 0.63 0.30 55.75 0.47 0.48
Hex B2 AA 41 0 4 3F 1E 38 2F 30
Octal 262 252 101 0 4 77 36 70 57 60
Binary 10110010 10101010 1000001 0 100 111111 11110 111000 101111 110000

Color Harmonies of #B2AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA41

Black with #B2AA41

Text Example


Text Example

White with #B2AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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