#B1A999

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

Shades of Bison Hide #B1A999

Tints of Bison Hide #B1A999

Color information

#B1A999 (or 0xB1A999) is unknown color: approx Bison Hide. HEX triplet: B1, A9 and 99. RGB value is (177,169,153). Sum of RGB (Red+Green+Blue) = 177+169+153=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A999 is #4E5666. Grayscale: #A9A9A9. Windows color (decimal): -5133927 or 10070449. OLE color: 10070449.

HSL color Cylindrical-coordinate representation of color #B1A999: hue angle of 40º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A999 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177169153-
CMYK00.050.140.31
HSL40º13.33%64.71%-
HSV(B)40º13.56%69.41%-
XYZ38.0740.0235.86-
YUV169.57118.65133.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=35.47%
G=33.87%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716915300.050.140.314013.3364.71
HexB1A99905E1F28d41
Octal2612512310516375015101
Binary101100011010100110011001010111101111110100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A999; }

 p { color: rgb(177,169,153); }

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

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

 a { background-color: rgb(177,169,153); }

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

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

 span { border-color: rgb(177,169,153); }

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