#BBB094

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

Shades of Bison Hide #BBB094

Tints of Bison Hide #BBB094

Color information

#BBB094 (or 0xBBB094) is unknown color: approx Bison Hide. HEX triplet: BB, B0 and 94. RGB value is (187,176,148). Sum of RGB (Red+Green+Blue) = 187+176+148=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB094 is #444F6B. Grayscale: #B0B0B0. Windows color (decimal): -4476780 or 9744571. OLE color: 9744571.

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

Color convert

RGB187176148-
CMYK00.060.210.27
HSL43.08º22.29%65.69%-
HSV(B)43.08º20.86%73.33%-
XYZ41.3643.7534.28-
YUV176.1112.14135.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=36.59%
G=34.44%
B=28.96%

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
Decimal18717614800.060.210.2743.0822.2965.69
HexBBB09406151B2b1642
Octal2732602240625335326102
Binary10111011101100001001010001101010111011101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB094; }

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

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

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

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

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

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

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

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