Html Css Color HEX #B1AA46 Brass

📋 copy color: '#B1AA46'

red 177 ◦ green 170 ◦ blue 70

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

Shades of Brass #B1AA46

Tints of Brass #B1AA46

RGB

 RED value IS 177 (69.53% from 255) = 42.45%

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

 BLUE value IS 70 (27.73% from 255) = 16.79%

R = 42.45%
G = 40.77%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1AA46 (or 0xB1AA46) is known color: Brass. HEX triplet: B1, AA and 46. RGB value is (177,170,70). Sum of RGB (Red+Green+Blue) = 177+170+70=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA46 is #4E55B9. Grayscale: #A1A1A1. Windows color (decimal): -5133754 or 4631217. OLE color: 4631217.

HSL color Cylindrical-coordinate representation of color #B1AA46: hue angle of 56.07º 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 #B1AA46 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 70 -
CMYK 0 0.04 0.60 0.31
HSL 56.07º 0.43% 0.48% -
HSV(B) 56.07º 0.6% 0.69% -
XYZ 33.61 38.54 11.46 -
YUV 160.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 177 170 70 0 0.04 0.60 0.31 56.07 0.43 0.48
Hex B1 AA 46 0 4 3C 1F 38 2B 30
Octal 261 252 106 0 4 74 37 70 53 60
Binary 10110001 10101010 1000110 0 100 111100 11111 111000 101011 110000

Color Harmonies of #B1AA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA46

Black with #B1AA46

Text Example


Text Example

White with #B1AA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA46; }

 p { color: rgb(177,170,70); }

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

background-color css

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

 a { background-color: rgb(177,170,70); }

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

border-color css

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

 span { border-color: rgb(177,170,70); }

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