Html Css Color HEX #B1A16D Tallow

📋 copy color: '#B1A16D'

red 177 ◦ green 161 ◦ blue 109

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

Shades of Tallow #B1A16D

Tints of Tallow #B1A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 39.6%
G = 36.02%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1A16D (or 0xB1A16D) is known color: Tallow. HEX triplet: B1, A1 and 6D. RGB value is (177,161,109). Sum of RGB (Red+Green+Blue) = 177+161+109=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A16D is #4E5E92. Grayscale: #A0A0A0. Windows color (decimal): -5136019 or 7184817. OLE color: 7184817.

HSL color Cylindrical-coordinate representation of color #B1A16D: hue angle of 45.88º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1A16D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 109 -
CMYK 0 0.09 0.38 0.31
HSL 45.88º 0.3% 0.56% -
HSV(B) 45.88º 0.38% 0.69% -
XYZ 33.64 35.94 19.63 -
YUV 159.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 177 161 109 0 0.09 0.38 0.31 45.88 0.3 0.56
Hex B1 A1 6D 0 9 26 1F 2E 1E 38
Octal 261 241 155 0 11 46 37 56 36 70
Binary 10110001 10100001 1101101 0 1001 100110 11111 101110 11110 111000

Color Harmonies of #B1A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A16D

Black with #B1A16D

Text Example


Text Example

White with #B1A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A16D; }

 p { color: rgb(177,161,109); }

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

background-color css

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

 a { background-color: rgb(177,161,109); }

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

border-color css

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

 span { border-color: rgb(177,161,109); }

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