#B1AD9F

Color #B1AD9F Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #B1AD9F

Tints of Bison Hide #B1AD9F

Color information

#B1AD9F (or 0xB1AD9F) is unknown color: approx Bison Hide. HEX triplet: B1, AD and 9F. RGB value is (177,173,159). Sum of RGB (Red+Green+Blue) = 177+173+159=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD9F is #4E5260. Grayscale: #ACACAC. Windows color (decimal): -5132897 or 10464689. OLE color: 10464689.

HSL color Cylindrical-coordinate representation of color #B1AD9F: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AD9F is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177173159-
CMYK00.020.100.31
HSL46.67º10.34%65.88%-
HSV(B)46.67º10.17%69.41%-
XYZ39.3341.7438.78-
YUV172.6120.33131.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=34.77%
G=33.99%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717315900.020.100.3146.6710.3465.88
HexB1AD9F02A1F2fa42
Octal2612552370212375712102
Binary10110001101011011001111101010101111110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD9F; }

 p { color: rgb(177,173,159); }

 H1.HeaderClassName
 {
   color: #B1AD9F;
 }
 .AnyTagClassName
 {
   color: #B1AD9F;
 }
</style>
background-color css

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

 a { background-color: rgb(177,173,159); }

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

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

 span { border-color: rgb(177,173,159); }

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