#BFB5B0

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

Shades of Tide #BFB5B0

Tints of Tide #BFB5B0

Color information

#BFB5B0 (or 0xBFB5B0) is unknown color: approx Tide. HEX triplet: BF, B5 and B0. RGB value is (191,181,176). Sum of RGB (Red+Green+Blue) = 191+181+176=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB5B0 is #404A4F. Grayscale: #B7B7B7. Windows color (decimal): -4213328 or 11580863. OLE color: 11580863.

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

Color convert

RGB191181176-
CMYK00.050.080.25
HSL20º10.49%71.96%-
HSV(B)20º7.85%74.9%-
XYZ45.8547.2647.78-
YUV183.42123.81133.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 176 (69.14% from 255) = 32.12%
R=34.85%
G=33.03%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118117600.050.080.252010.4971.96
HexBFB5B00581914a48
Octal2772652600510312412110
Binary10111111101101011011000001011000110011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5B0; }

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

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

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

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

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

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

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

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