#B8AD90

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

Shades of Bison Hide #B8AD90

Tints of Bison Hide #B8AD90

Color information

#B8AD90 (or 0xB8AD90) is unknown color: approx Bison Hide. HEX triplet: B8, AD and 90. RGB value is (184,173,144). Sum of RGB (Red+Green+Blue) = 184+173+144=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD90 is #47526F. Grayscale: #ADADAD. Windows color (decimal): -4674160 or 9481656. OLE color: 9481656.

HSL color Cylindrical-coordinate representation of color #B8AD90: hue angle of 43.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8AD90 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184173144-
CMYK00.060.220.28
HSL43.5º21.98%64.31%-
HSV(B)43.5º21.74%72.16%-
XYZ39.7442.0932.42-
YUV172.98111.64135.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=36.73%
G=34.53%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417314400.060.220.2843.521.9864.31
HexB8AD9006161C2c1640
Octal2702552200626345426100
Binary10111000101011011001000001101011011100101100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD90; }

 p { color: rgb(184,173,144); }

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

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

 a { background-color: rgb(184,173,144); }

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

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

 span { border-color: rgb(184,173,144); }

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