#BBB091

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

Shades of Bison Hide #BBB091

Tints of Bison Hide #BBB091

Color information

#BBB091 (or 0xBBB091) is unknown color: approx Bison Hide. HEX triplet: BB, B0 and 91. RGB value is (187,176,145). Sum of RGB (Red+Green+Blue) = 187+176+145=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB091 is #444F6E. Grayscale: #AFAFAF. Windows color (decimal): -4476783 or 9547963. OLE color: 9547963.

HSL color Cylindrical-coordinate representation of color #BBB091: hue angle of 44.29º 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 #BBB091 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187176145-
CMYK00.060.220.27
HSL44.29º23.6%65.1%-
HSV(B)44.29º22.46%73.33%-
XYZ41.1343.6633.05-
YUV175.76110.64136.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=36.81%
G=34.65%
B=28.54%

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
Decimal18717614500.060.220.2744.2923.665.1
HexBBB09106161B2c1841
Octal2732602210626335430101
Binary10111011101100001001000101101011011011101100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB091; }

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

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

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

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

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

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

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

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