#BFB7B0

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

Shades of Tide #BFB7B0

Tints of Tide #BFB7B0

Color information

#BFB7B0 (or 0xBFB7B0) is unknown color: approx Tide. HEX triplet: BF, B7 and B0. RGB value is (191,183,176). Sum of RGB (Red+Green+Blue) = 191+183+176=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7B0 is #40484F. Grayscale: #B8B8B8. Windows color (decimal): -4212816 or 11581375. OLE color: 11581375.

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

Color convert

RGB191183176-
CMYK00.040.080.25
HSL28º10.49%71.96%-
HSV(B)28º7.85%74.9%-
XYZ46.2648.0847.92-
YUV184.59123.15132.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 176 (69.14% from 255) = 32%
R=34.73%
G=33.27%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118317600.040.080.252810.4971.96
HexBFB7B0048191ca48
Octal2772672600410313412110
Binary10111111101101111011000001001000110011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7B0; }

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

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

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

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

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

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

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

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