Html Css Color HEX #B0AA47 Brass

📋 copy color: '#B0AA47'

red 176 ◦ green 170 ◦ blue 71

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

Shades of Brass #B0AA47

Tints of Brass #B0AA47

RGB

 RED value IS 176 (69.14% from 255) = 42.21%

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

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

R = 42.21%
G = 40.77%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B0AA47 (or 0xB0AA47) is known color: Brass. HEX triplet: B0, AA and 47. RGB value is (176,170,71). Sum of RGB (Red+Green+Blue) = 176+170+71=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA47 is #4F55B8. Grayscale: #A0A0A0. Windows color (decimal): -5199289 or 4696752. OLE color: 4696752.

HSL color Cylindrical-coordinate representation of color #B0AA47: hue angle of 56.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0AA47 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 71 -
CMYK 0 0.03 0.60 0.31
HSL 56.57º 0.43% 0.48% -
HSV(B) 56.57º 0.6% 0.69% -
XYZ 33.42 38.43 11.62 -
YUV 160.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 176 170 71 0 0.03 0.60 0.31 56.57 0.43 0.48
Hex B0 AA 47 0 3 3C 1F 39 2B 30
Octal 260 252 107 0 3 74 37 71 53 60
Binary 10110000 10101010 1000111 0 11 111100 11111 111001 101011 110000

Color Harmonies of #B0AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA47

Black with #B0AA47

Text Example


Text Example

White with #B0AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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