#B2A990

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

Shades of Bison Hide #B2A990

Tints of Bison Hide #B2A990

Color information

#B2A990 (or 0xB2A990) is unknown color: approx Bison Hide. HEX triplet: B2, A9 and 90. RGB value is (178,169,144). Sum of RGB (Red+Green+Blue) = 178+169+144=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A990 is #4D566F. Grayscale: #A8A8A8. Windows color (decimal): -5068400 or 9480626. OLE color: 9480626.

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

Color convert

RGB178169144-
CMYK00.050.190.30
HSL44.12º18.09%63.14%-
HSV(B)44.12º19.1%69.8%-
XYZ37.5839.8532.1-
YUV168.84113.98134.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=36.25%
G=34.42%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816914400.050.190.3044.1218.0963.14
HexB2A99005131E2c123f
Octal262251220052336542277
Binary1011001010101001100100000101100111111010110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A990; }

 p { color: rgb(178,169,144); }

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

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

 a { background-color: rgb(178,169,144); }

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

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

 span { border-color: rgb(178,169,144); }

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