#B1AA93

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

Shades of Bison Hide #B1AA93

Tints of Bison Hide #B1AA93

Color information

#B1AA93 (or 0xB1AA93) is unknown color: approx Bison Hide. HEX triplet: B1, AA and 93. RGB value is (177,170,147). Sum of RGB (Red+Green+Blue) = 177+170+147=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA93 is #4E556C. Grayscale: #A9A9A9. Windows color (decimal): -5133677 or 9677489. OLE color: 9677489.

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

Color convert

RGB177170147-
CMYK00.040.170.31
HSL46º16.13%63.53%-
HSV(B)46º16.95%69.41%-
XYZ37.7740.233.37-
YUV169.47115.32133.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=35.83%
G=34.41%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717014700.040.170.314616.1363.53
HexB1AA9304111F2e1040
Octal2612522230421375620100
Binary10110001101010101001001101001000111111101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA93; }

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

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

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

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

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

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

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

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