#BBAF93

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

Shades of Bison Hide #BBAF93

Tints of Bison Hide #BBAF93

Color information

#BBAF93 (or 0xBBAF93) is unknown color: approx Bison Hide. HEX triplet: BB, AF and 93. RGB value is (187,175,147). Sum of RGB (Red+Green+Blue) = 187+175+147=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF93 is #44506C. Grayscale: #AFAFAF. Windows color (decimal): -4477037 or 9678779. OLE color: 9678779.

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

Color convert

RGB187175147-
CMYK00.060.210.27
HSL42º22.73%65.49%-
HSV(B)42º21.39%73.33%-
XYZ41.0943.3333.8-
YUV175.4111.98136.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=36.74%
G=34.38%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717514700.060.210.274222.7365.49
HexBBAF9306151B2a1741
Octal2732572230625335227101
Binary10111011101011111001001101101010111011101010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF93; }

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

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

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

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

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

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

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

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