#BFB2A6

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

Shades of Tide #BFB2A6

Tints of Tide #BFB2A6

Color information

#BFB2A6 (or 0xBFB2A6) is unknown color: approx Tide. HEX triplet: BF, B2 and A6. RGB value is (191,178,166). Sum of RGB (Red+Green+Blue) = 191+178+166=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2A6 is #404D59. Grayscale: #B4B4B4. Windows color (decimal): -4214106 or 10924735. OLE color: 10924735.

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

Color convert

RGB191178166-
CMYK00.070.130.25
HSL28.8º16.34%70%-
HSV(B)28.8º13.09%74.9%-
XYZ44.2945.6742.56-
YUV180.52119.81135.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=35.70%
G=33.27%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117816600.070.130.2528.816.3470
HexBFB2A607D191d1046
Octal2772622460715313520106
Binary101111111011001010100110011111011100111101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2A6; }

 p { color: rgb(191,178,166); }

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

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

 a { background-color: rgb(191,178,166); }

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

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

 span { border-color: rgb(191,178,166); }

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