#B1A38F

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

Shades of Bison Hide #B1A38F

Tints of Bison Hide #B1A38F

Color information

#B1A38F (or 0xB1A38F) is unknown color: approx Bison Hide. HEX triplet: B1, A3 and 8F. RGB value is (177,163,143). Sum of RGB (Red+Green+Blue) = 177+163+143=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A38F is #4E5C70. Grayscale: #A5A5A5. Windows color (decimal): -5135473 or 9413553. OLE color: 9413553.

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

Color convert

RGB177163143-
CMYK00.080.190.31
HSL35.29º17.89%62.75%-
HSV(B)35.29º19.21%69.41%-
XYZ36.1937.5231.32-
YUV164.91115.64136.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=36.65%
G=33.75%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716314300.080.190.3135.2917.8962.75
HexB1A38F08131F23123f
Octal2612432170102337432277
Binary10110001101000111000111101000100111111110001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A38F; }

 p { color: rgb(177,163,143); }

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

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

 a { background-color: rgb(177,163,143); }

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

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

 span { border-color: rgb(177,163,143); }

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