#B4AE9C

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

Shades of Bison Hide #B4AE9C

Tints of Bison Hide #B4AE9C

Color information

#B4AE9C (or 0xB4AE9C) is unknown color: approx Bison Hide. HEX triplet: B4, AE and 9C. RGB value is (180,174,156). Sum of RGB (Red+Green+Blue) = 180+174+156=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE9C is #4B5163. Grayscale: #ADADAD. Windows color (decimal): -4936036 or 10268340. OLE color: 10268340.

HSL color Cylindrical-coordinate representation of color #B4AE9C: hue angle of 45º degrees, saturation: 0.14, 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 #B4AE9C is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180174156-
CMYK00.030.130.29
HSL45º13.79%65.88%-
HSV(B)45º13.33%70.59%-
XYZ39.9642.3837.53-
YUV173.74117.99132.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=35.29%
G=34.12%
B=30.59%

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
Decimal18017415600.030.130.294513.7965.88
HexB4AE9C03D1D2de42
Octal2642562340315355516102
Binary10110100101011101001110001111011110110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE9C; }

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

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

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

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

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

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

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

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