#BFB7AC

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

Shades of Tide #BFB7AC

Tints of Tide #BFB7AC

Color information

#BFB7AC (or 0xBFB7AC) is unknown color: approx Tide. HEX triplet: BF, B7 and AC. RGB value is (191,183,172). Sum of RGB (Red+Green+Blue) = 191+183+172=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7AC is #404853. Grayscale: #B8B8B8. Windows color (decimal): -4212820 or 11319231. OLE color: 11319231.

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

Color convert

RGB191183172-
CMYK00.040.100.25
HSL34.74º12.93%71.18%-
HSV(B)34.74º9.95%74.9%-
XYZ45.8747.9245.86-
YUV184.14121.15132.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=34.98%
G=33.52%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118317200.040.100.2534.7412.9371.18
HexBFB7AC04A1923d47
Octal2772672540412314315107
Binary101111111011011110101100010010101100110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7AC; }

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

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

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

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

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

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

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

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