#B8B19A

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

Shades of Bison Hide #B8B19A

Tints of Bison Hide #B8B19A

Color information

#B8B19A (or 0xB8B19A) is unknown color: approx Bison Hide. HEX triplet: B8, B1 and 9A. RGB value is (184,177,154). Sum of RGB (Red+Green+Blue) = 184+177+154=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19A is #474E65. Grayscale: #B0B0B0. Windows color (decimal): -4673126 or 10138040. OLE color: 10138040.

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

Color convert

RGB184177154-
CMYK00.040.160.28
HSL46º17.44%66.27%-
HSV(B)46º16.3%72.16%-
XYZ41.3243.9736.88-
YUV176.47115.32133.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=35.73%
G=34.37%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417715400.040.160.284617.4466.27
HexB8B19A04101C2e1142
Octal2702612320420345621102
Binary10111000101100011001101001001000011100101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B19A; }

 p { color: rgb(184,177,154); }

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

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

 a { background-color: rgb(184,177,154); }

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

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

 span { border-color: rgb(184,177,154); }

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