#B0AB9E

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

Shades of Bison Hide #B0AB9E

Tints of Bison Hide #B0AB9E

Color information

#B0AB9E (or 0xB0AB9E) is unknown color: approx Bison Hide. HEX triplet: B0, AB and 9E. RGB value is (176,171,158). Sum of RGB (Red+Green+Blue) = 176+171+158=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB9E is #4F5461. Grayscale: #ABABAB. Windows color (decimal): -5198946 or 10398640. OLE color: 10398640.

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

Color convert

RGB176171158-
CMYK00.030.100.31
HSL43.33º10.23%65.49%-
HSV(B)43.33º10.23%69.02%-
XYZ38.6440.8238.19-
YUV171.01120.66131.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=34.85%
G=33.86%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617115800.030.100.3143.3310.2365.49
HexB0AB9E03A1F2ba41
Octal2602532360312375312101
Binary10110000101010111001111001110101111110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB9E; }

 p { color: rgb(176,171,158); }

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

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

 a { background-color: rgb(176,171,158); }

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

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

 span { border-color: rgb(176,171,158); }

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