#B6AD91

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

Shades of Bison Hide #B6AD91

Tints of Bison Hide #B6AD91

Color information

#B6AD91 (or 0xB6AD91) is unknown color: approx Bison Hide. HEX triplet: B6, AD and 91. RGB value is (182,173,145). Sum of RGB (Red+Green+Blue) = 182+173+145=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD91 is #49526E. Grayscale: #ACACAC. Windows color (decimal): -4805231 or 9547190. OLE color: 9547190.

HSL color Cylindrical-coordinate representation of color #B6AD91: hue angle of 45.41º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6AD91 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB182173145-
CMYK00.050.200.29
HSL45.41º20.22%64.12%-
HSV(B)45.41º20.33%71.37%-
XYZ39.3541.8832.8-
YUV172.5112.48134.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 145 (57.03% from 255) = 29%
R=36.4%
G=34.6%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217314500.050.200.2945.4120.2264.12
HexB6AD9105141D2d1440
Octal2662552210524355524100
Binary10110110101011011001000101011010011101101101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD91; }

 p { color: rgb(182,173,145); }

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

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

 a { background-color: rgb(182,173,145); }

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

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

 span { border-color: rgb(182,173,145); }

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