#BBB194

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

Shades of Bison Hide #BBB194

Tints of Bison Hide #BBB194

Color information

#BBB194 (or 0xBBB194) is unknown color: approx Bison Hide. HEX triplet: BB, B1 and 94. RGB value is (187,177,148). Sum of RGB (Red+Green+Blue) = 187+177+148=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB194 is #444E6B. Grayscale: #B0B0B0. Windows color (decimal): -4476524 or 9744827. OLE color: 9744827.

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

Color convert

RGB187177148-
CMYK00.050.210.27
HSL44.62º22.29%65.69%-
HSV(B)44.62º20.86%73.33%-
XYZ41.5644.1534.35-
YUV176.68111.81135.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=36.52%
G=34.57%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717714800.050.210.2744.6222.2965.69
HexBBB19405151B2d1642
Octal2732612240525335526102
Binary10111011101100011001010001011010111011101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB194; }

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

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

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

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

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

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

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

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