#B8AD93

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

Shades of Bison Hide #B8AD93

Tints of Bison Hide #B8AD93

Color information

#B8AD93 (or 0xB8AD93) is unknown color: approx Bison Hide. HEX triplet: B8, AD and 93. RGB value is (184,173,147). Sum of RGB (Red+Green+Blue) = 184+173+147=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD93 is #47526C. Grayscale: #ADADAD. Windows color (decimal): -4674157 or 9678264. OLE color: 9678264.

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

Color convert

RGB184173147-
CMYK00.060.200.28
HSL42.16º20.67%64.9%-
HSV(B)42.16º20.11%72.16%-
XYZ39.9842.1833.64-
YUV173.32113.14135.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=36.51%
G=34.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417314700.060.200.2842.1620.6764.9
HexB8AD9306141C2a1541
Octal2702552230624345225101
Binary10111000101011011001001101101010011100101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD93; }

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

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

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

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

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

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

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

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