#B0A28D

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

Shades of Bison Hide #B0A28D

Tints of Bison Hide #B0A28D

Color information

#B0A28D (or 0xB0A28D) is unknown color: approx Bison Hide. HEX triplet: B0, A2 and 8D. RGB value is (176,162,141). Sum of RGB (Red+Green+Blue) = 176+162+141=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A28D is #4F5D72. Grayscale: #A3A3A3. Windows color (decimal): -5201267 or 9282224. OLE color: 9282224.

HSL color Cylindrical-coordinate representation of color #B0A28D: hue angle of 36º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A28D is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176162141-
CMYK00.080.200.31
HSL36º18.13%62.16%-
HSV(B)36º19.89%69.02%-
XYZ35.6336.9930.46-
YUV163.79115.14136.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=36.74%
G=33.82%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616214100.080.200.313618.1362.16
HexB0A28D08141F24123e
Octal2602422150102437442276
Binary10110000101000101000110101000101001111110010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A28D; }

 p { color: rgb(176,162,141); }

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

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

 a { background-color: rgb(176,162,141); }

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

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

 span { border-color: rgb(176,162,141); }

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