#B8B19B

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

Shades of Bison Hide #B8B19B

Tints of Bison Hide #B8B19B

Color information

#B8B19B (or 0xB8B19B) is unknown color: approx Bison Hide. HEX triplet: B8, B1 and 9B. RGB value is (184,177,155). Sum of RGB (Red+Green+Blue) = 184+177+155=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19B is #474E64. Grayscale: #B0B0B0. Windows color (decimal): -4673125 or 10203576. OLE color: 10203576.

HSL color Cylindrical-coordinate representation of color #B8B19B: hue angle of 45.52º 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 #B8B19B is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184177155-
CMYK00.040.160.28
HSL45.52º16.96%66.47%-
HSV(B)45.52º15.76%72.16%-
XYZ41.414437.32-
YUV176.58115.82133.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=35.66%
G=34.30%
B=30.04%

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
Decimal18417715500.040.160.2845.5216.9666.47
HexB8B19B04101C2e1142
Octal2702612330420345621102
Binary10111000101100011001101101001000011100101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B19B; }

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

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

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

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

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

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

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

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