#B7AD95

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

Shades of Bison Hide #B7AD95

Tints of Bison Hide #B7AD95

Color information

#B7AD95 (or 0xB7AD95) is unknown color: approx Bison Hide. HEX triplet: B7, AD and 95. RGB value is (183,173,149). Sum of RGB (Red+Green+Blue) = 183+173+149=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD95 is #48526A. Grayscale: #ADADAD. Windows color (decimal): -4739691 or 9809335. OLE color: 9809335.

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

Color convert

RGB183173149-
CMYK00.050.190.28
HSL42.35º19.1%65.1%-
HSV(B)42.35º18.58%71.76%-
XYZ39.942.1234.46-
YUV173.25114.31134.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=36.24%
G=34.26%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317314900.050.190.2842.3519.165.1
HexB7AD9505131C2a1341
Octal2672552250523345223101
Binary10110111101011011001010101011001111100101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD95; }

 p { color: rgb(183,173,149); }

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

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

 a { background-color: rgb(183,173,149); }

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

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

 span { border-color: rgb(183,173,149); }

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