#B7B19B

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

Shades of Bison Hide #B7B19B

Tints of Bison Hide #B7B19B

Color information

#B7B19B (or 0xB7B19B) is unknown color: approx Bison Hide. HEX triplet: B7, B1 and 9B. RGB value is (183,177,155). Sum of RGB (Red+Green+Blue) = 183+177+155=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B19B is #484E64. Grayscale: #B0B0B0. Windows color (decimal): -4738661 or 10203575. OLE color: 10203575.

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

Color convert

RGB183177155-
CMYK00.030.150.28
HSL47.14º16.28%66.27%-
HSV(B)47.14º15.3%71.76%-
XYZ41.1743.8837.31-
YUV176.29115.99132.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=35.53%
G=34.37%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317715500.030.150.2847.1416.2866.27
HexB7B19B03F1C2f1042
Octal2672612330317345720102
Binary101101111011000110011011011111111100101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B19B; }

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

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

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

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

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

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

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

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