Html Css Color HEX #B1AA4F Brass

📋 copy color: '#B1AA4F'

red 177 ◦ green 170 ◦ blue 79

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

Shades of Brass #B1AA4F

Tints of Brass #B1AA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.54%

R = 41.55%
G = 39.91%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1AA4F (or 0xB1AA4F) is known color: Brass. HEX triplet: B1, AA and 4F. RGB value is (177,170,79). Sum of RGB (Red+Green+Blue) = 177+170+79=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA4F is #4E55B0. Grayscale: #A2A2A2. Windows color (decimal): -5133745 or 5221041. OLE color: 5221041.

HSL color Cylindrical-coordinate representation of color #B1AA4F: hue angle of 55.71º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1AA4F is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 79 -
CMYK 0 0.04 0.55 0.31
HSL 55.71º 0.39% 0.5% -
HSV(B) 55.71º 0.55% 0.69% -
XYZ 33.92 38.66 13.07 -
YUV 161.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 177 170 79 0 0.04 0.55 0.31 55.71 0.39 0.5
Hex B1 AA 4F 0 4 37 1F 38 27 32
Octal 261 252 117 0 4 67 37 70 47 62
Binary 10110001 10101010 1001111 0 100 110111 11111 111000 100111 110010

Color Harmonies of #B1AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA4F

Black with #B1AA4F

Text Example


Text Example

White with #B1AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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