#B9AB92

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

Shades of Bison Hide #B9AB92

Tints of Bison Hide #B9AB92

Color information

#B9AB92 (or 0xB9AB92) is unknown color: approx Bison Hide. HEX triplet: B9, AB and 92. RGB value is (185,171,146). Sum of RGB (Red+Green+Blue) = 185+171+146=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB92 is #46546D. Grayscale: #ACACAC. Windows color (decimal): -4609134 or 9612217. OLE color: 9612217.

HSL color Cylindrical-coordinate representation of color #B9AB92: hue angle of 38.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9AB92 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB185171146-
CMYK00.080.210.27
HSL38.46º21.79%64.9%-
HSV(B)38.46º21.08%72.55%-
XYZ39.7641.5233.11-
YUV172.34113.14137.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=36.85%
G=34.06%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517114600.080.210.2738.4621.7964.9
HexB9AB9208151B261641
Octal27125322201025334626101
Binary101110011010101110010010010001010111011100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB92; }

 p { color: rgb(185,171,146); }

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

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

 a { background-color: rgb(185,171,146); }

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

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

 span { border-color: rgb(185,171,146); }

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