#B3AB9A

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

Shades of Bison Hide #B3AB9A

Tints of Bison Hide #B3AB9A

Color information

#B3AB9A (or 0xB3AB9A) is unknown color: approx Bison Hide. HEX triplet: B3, AB and 9A. RGB value is (179,171,154). Sum of RGB (Red+Green+Blue) = 179+171+154=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB9A is #4C5465. Grayscale: #ABABAB. Windows color (decimal): -5002342 or 10136499. OLE color: 10136499.

HSL color Cylindrical-coordinate representation of color #B3AB9A: hue angle of 40.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3AB9A is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179171154-
CMYK00.040.140.30
HSL40.8º14.12%65.29%-
HSV(B)40.8º13.97%70.2%-
XYZ38.9941.0436.44-
YUV171.45118.15133.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=35.52%
G=33.93%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917115400.040.140.3040.814.1265.29
HexB3AB9A04E1E29e41
Octal2632532320416365116101
Binary101100111010101110011010010011101111010100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB9A; }

 p { color: rgb(179,171,154); }

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

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

 a { background-color: rgb(179,171,154); }

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

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

 span { border-color: rgb(179,171,154); }

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