#BFB0A7

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

Shades of Tide #BFB0A7

Tints of Tide #BFB0A7

Color information

#BFB0A7 (or 0xBFB0A7) is unknown color: approx Tide. HEX triplet: BF, B0 and A7. RGB value is (191,176,167). Sum of RGB (Red+Green+Blue) = 191+176+167=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0A7 is #404F58. Grayscale: #B3B3B3. Windows color (decimal): -4214617 or 10989759. OLE color: 10989759.

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

Color convert

RGB191176167-
CMYK00.080.130.25
HSL22.5º15.79%70.2%-
HSV(B)22.5º12.57%74.9%-
XYZ43.9944.9242.91-
YUV179.46120.97136.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=35.77%
G=32.96%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117616700.080.130.2522.515.7970.2
HexBFB0A708D19171046
Octal27726024701015312720106
Binary1011111110110000101001110100011011100110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0A7; }

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

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

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

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

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

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

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

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