#B4AE9B

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

Shades of Bison Hide #B4AE9B

Tints of Bison Hide #B4AE9B

Color information

#B4AE9B (or 0xB4AE9B) is unknown color: approx Bison Hide. HEX triplet: B4, AE and 9B. RGB value is (180,174,155). Sum of RGB (Red+Green+Blue) = 180+174+155=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE9B is #4B5164. Grayscale: #ADADAD. Windows color (decimal): -4936037 or 10202804. OLE color: 10202804.

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

Color convert

RGB180174155-
CMYK00.030.140.29
HSL45.6º14.29%65.69%-
HSV(B)45.6º13.89%70.59%-
XYZ39.8742.3437.08-
YUV173.63117.49132.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=35.36%
G=34.18%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017415500.030.140.2945.614.2965.69
HexB4AE9B03E1D2ee42
Octal2642562330316355616102
Binary10110100101011101001101101111101110110111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE9B; }

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

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

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

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

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

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

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

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