#BBAF91

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

Shades of Bison Hide #BBAF91

Tints of Bison Hide #BBAF91

Color information

#BBAF91 (or 0xBBAF91) is unknown color: approx Bison Hide. HEX triplet: BB, AF and 91. RGB value is (187,175,145). Sum of RGB (Red+Green+Blue) = 187+175+145=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF91 is #44506E. Grayscale: #AFAFAF. Windows color (decimal): -4477039 or 9547707. OLE color: 9547707.

HSL color Cylindrical-coordinate representation of color #BBAF91: hue angle of 42.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAF91 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187175145-
CMYK00.060.220.27
HSL42.86º23.6%65.1%-
HSV(B)42.86º22.46%73.33%-
XYZ40.9343.2732.98-
YUV175.17110.98136.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=36.88%
G=34.52%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717514500.060.220.2742.8623.665.1
HexBBAF9106161B2b1841
Octal2732572210626335330101
Binary10111011101011111001000101101011011011101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF91; }

 p { color: rgb(187,175,145); }

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

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

 a { background-color: rgb(187,175,145); }

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

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

 span { border-color: rgb(187,175,145); }

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