#B7AD92

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

Shades of Bison Hide #B7AD92

Tints of Bison Hide #B7AD92

Color information

#B7AD92 (or 0xB7AD92) is unknown color: approx Bison Hide. HEX triplet: B7, AD and 92. RGB value is (183,173,146). Sum of RGB (Red+Green+Blue) = 183+173+146=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD92 is #48526D. Grayscale: #ADADAD. Windows color (decimal): -4739694 or 9612727. OLE color: 9612727.

HSL color Cylindrical-coordinate representation of color #B7AD92: hue angle of 43.78º degrees, saturation: 0.2, 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 #B7AD92 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB183173146-
CMYK00.050.200.28
HSL43.78º20.44%64.51%-
HSV(B)43.78º20.22%71.76%-
XYZ39.6642.0333.22-
YUV172.91112.81135.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=36.45%
G=34.46%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317314600.050.200.2843.7820.4464.51
HexB7AD9205141C2c1441
Octal2672552220524345424101
Binary10110111101011011001001001011010011100101100101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD92; }

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

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

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

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

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

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

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

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