#B0A590

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

Shades of Bison Hide #B0A590

Tints of Bison Hide #B0A590

Color information

#B0A590 (or 0xB0A590) is unknown color: approx Bison Hide. HEX triplet: B0, A5 and 90. RGB value is (176,165,144). Sum of RGB (Red+Green+Blue) = 176+165+144=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A590 is #4F5A6F. Grayscale: #A5A5A5. Windows color (decimal): -5200496 or 9479600. OLE color: 9479600.

HSL color Cylindrical-coordinate representation of color #B0A590: hue angle of 39.38º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A590 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176165144-
CMYK00.060.180.31
HSL39.38º16.84%62.75%-
HSV(B)39.38º18.18%69.02%-
XYZ36.3938.1531.83-
YUV165.9115.64135.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=36.29%
G=34.02%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616514400.060.180.3139.3816.8462.75
HexB0A59006121F27113f
Octal260245220062237472177
Binary1011000010100101100100000110100101111110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A590; }

 p { color: rgb(176,165,144); }

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

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

 a { background-color: rgb(176,165,144); }

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

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

 span { border-color: rgb(176,165,144); }

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