#B4AE9E

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

Shades of Bison Hide #B4AE9E

Tints of Bison Hide #B4AE9E

Color information

#B4AE9E (or 0xB4AE9E) is unknown color: approx Bison Hide. HEX triplet: B4, AE and 9E. RGB value is (180,174,158). Sum of RGB (Red+Green+Blue) = 180+174+158=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE9E is #4B5161. Grayscale: #AEAEAE. Windows color (decimal): -4936034 or 10399412. OLE color: 10399412.

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

Color convert

RGB180174158-
CMYK00.030.120.29
HSL43.64º12.79%66.27%-
HSV(B)43.64º12.22%70.59%-
XYZ40.1342.4438.43-
YUV173.97118.99132.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=35.16%
G=33.98%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017415800.030.120.2943.6412.7966.27
HexB4AE9E03C1D2cd42
Octal2642562360314355415102
Binary10110100101011101001111001111001110110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE9E; }

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

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

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

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

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

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

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

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