#B4AE9D

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

Shades of Bison Hide #B4AE9D

Tints of Bison Hide #B4AE9D

Color information

#B4AE9D (or 0xB4AE9D) is unknown color: approx Bison Hide. HEX triplet: B4, AE and 9D. RGB value is (180,174,157). Sum of RGB (Red+Green+Blue) = 180+174+157=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE9D is #4B5162. Grayscale: #ADADAD. Windows color (decimal): -4936035 or 10333876. OLE color: 10333876.

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

Color convert

RGB180174157-
CMYK00.030.130.29
HSL44.35º13.29%66.08%-
HSV(B)44.35º12.78%70.59%-
XYZ40.0442.4137.97-
YUV173.86118.49132.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=35.23%
G=34.05%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017415700.030.130.2944.3513.2966.08
HexB4AE9D03D1D2cd42
Octal2642562350315355415102
Binary10110100101011101001110101111011110110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE9D; }

 p { color: rgb(180,174,157); }

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

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

 a { background-color: rgb(180,174,157); }

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

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

 span { border-color: rgb(180,174,157); }

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