Html Css Color HEX #B2AA47 Brass

📋 copy color: '#B2AA47'

red 178 ◦ green 170 ◦ blue 71

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

Shades of Brass #B2AA47

Tints of Brass #B2AA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.95%

R = 42.48%
G = 40.57%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B2AA47 (or 0xB2AA47) is known color: Brass. HEX triplet: B2, AA and 47. RGB value is (178,170,71). Sum of RGB (Red+Green+Blue) = 178+170+71=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA47 is #4D55B8. Grayscale: #A1A1A1. Windows color (decimal): -5068217 or 4696754. OLE color: 4696754.

HSL color Cylindrical-coordinate representation of color #B2AA47: hue angle of 55.51º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2AA47 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 71 -
CMYK 0 0.04 0.60 0.30
HSL 55.51º 0.43% 0.49% -
HSV(B) 55.51º 0.6% 0.7% -
XYZ 33.87 38.67 11.64 -
YUV 161.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 178 170 71 0 0.04 0.60 0.30 55.51 0.43 0.49
Hex B2 AA 47 0 4 3C 1E 38 2B 31
Octal 262 252 107 0 4 74 36 70 53 61
Binary 10110010 10101010 1000111 0 100 111100 11110 111000 101011 110001

Color Harmonies of #B2AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA47

Black with #B2AA47

Text Example


Text Example

White with #B2AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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