#B0AC9E

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

Shades of Bison Hide #B0AC9E

Tints of Bison Hide #B0AC9E

Color information

#B0AC9E (or 0xB0AC9E) is unknown color: approx Bison Hide. HEX triplet: B0, AC and 9E. RGB value is (176,172,158). Sum of RGB (Red+Green+Blue) = 176+172+158=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC9E is #4F5361. Grayscale: #ABABAB. Windows color (decimal): -5198690 or 10398896. OLE color: 10398896.

HSL color Cylindrical-coordinate representation of color #B0AC9E: hue angle of 46.67º 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 #B0AC9E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176172158-
CMYK00.020.100.31
HSL46.67º10.23%65.49%-
HSV(B)46.67º10.23%69.02%-
XYZ38.8341.238.25-
YUV171.6120.33131.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=34.78%
G=33.99%
B=31.23%

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
Decimal17617215800.020.100.3146.6710.2365.49
HexB0AC9E02A1F2fa41
Octal2602542360212375712101
Binary10110000101011001001111001010101111110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC9E; }

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

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

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

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

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

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

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

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