#BFB7B1

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

Shades of Tide #BFB7B1

Tints of Tide #BFB7B1

Color information

#BFB7B1 (or 0xBFB7B1) is unknown color: approx Tide. HEX triplet: BF, B7 and B1. RGB value is (191,183,177). Sum of RGB (Red+Green+Blue) = 191+183+177=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7B1 is #40484E. Grayscale: #B8B8B8. Windows color (decimal): -4212815 or 11646911. OLE color: 11646911.

HSL color Cylindrical-coordinate representation of color #BFB7B1: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB7B1 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB191183177-
CMYK00.040.070.25
HSL25.71º9.86%72.16%-
HSV(B)25.71º7.33%74.9%-
XYZ46.3648.1248.44-
YUV184.71123.65132.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=34.66%
G=33.21%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118317700.040.070.2525.719.8672.16
HexBFB7B1047191aa48
Octal277267261047313212110
Binary1011111110110111101100010100111110011101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7B1; }

 p { color: rgb(191,183,177); }

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

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

 a { background-color: rgb(191,183,177); }

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

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

 span { border-color: rgb(191,183,177); }

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