#B7AD98

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

Shades of Bison Hide #B7AD98

Tints of Bison Hide #B7AD98

Color information

#B7AD98 (or 0xB7AD98) is unknown color: approx Bison Hide. HEX triplet: B7, AD and 98. RGB value is (183,173,152). Sum of RGB (Red+Green+Blue) = 183+173+152=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD98 is #485267. Grayscale: #ADADAD. Windows color (decimal): -4739688 or 10005943. OLE color: 10005943.

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

Color convert

RGB183173152-
CMYK00.050.170.28
HSL40.65º17.71%65.69%-
HSV(B)40.65º16.94%71.76%-
XYZ40.1442.2235.74-
YUV173.6115.81134.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.02%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=36.02%
G=34.06%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317315200.050.170.2840.6517.7165.69
HexB7AD9805111C291242
Octal2672552300521345122102
Binary10110111101011011001100001011000111100101001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD98; }

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

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

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

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

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

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

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

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