#B0A58C

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

Shades of Bison Hide #B0A58C

Tints of Bison Hide #B0A58C

Color information

#B0A58C (or 0xB0A58C) is unknown color: approx Bison Hide. HEX triplet: B0, A5 and 8C. RGB value is (176,165,140). Sum of RGB (Red+Green+Blue) = 176+165+140=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A58C is #4F5A73. Grayscale: #A5A5A5. Windows color (decimal): -5200500 or 9217456. OLE color: 9217456.

HSL color Cylindrical-coordinate representation of color #B0A58C: hue angle of 41.67º degrees, saturation: 0.19, 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 #B0A58C is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176165140-
CMYK00.060.200.31
HSL41.67º18.56%61.96%-
HSV(B)41.67º20.45%69.02%-
XYZ36.0938.0330.25-
YUV165.44113.64135.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=36.59%
G=34.30%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616514000.060.200.3141.6718.5661.96
HexB0A58C06141F2a133e
Octal260245214062437522376
Binary1011000010100101100011000110101001111110101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A58C; }

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

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

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

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

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

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

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

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