#B4AD9B

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

Shades of Bison Hide #B4AD9B

Tints of Bison Hide #B4AD9B

Color information

#B4AD9B (or 0xB4AD9B) is unknown color: approx Bison Hide. HEX triplet: B4, AD and 9B. RGB value is (180,173,155). Sum of RGB (Red+Green+Blue) = 180+173+155=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD9B is #4B5264. Grayscale: #ADADAD. Windows color (decimal): -4936293 or 10202548. OLE color: 10202548.

HSL color Cylindrical-coordinate representation of color #B4AD9B: hue angle of 43.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4AD9B is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180173155-
CMYK00.040.140.29
HSL43.2º14.29%65.69%-
HSV(B)43.2º13.89%70.59%-
XYZ39.6841.9637.02-
YUV173.04117.82132.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=35.43%
G=34.06%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017315500.040.140.2943.214.2965.69
HexB4AD9B04E1D2be42
Octal2642552330416355316102
Binary101101001010110110011011010011101110110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD9B; }

 p { color: rgb(180,173,155); }

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

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

 a { background-color: rgb(180,173,155); }

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

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

 span { border-color: rgb(180,173,155); }

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