#BFB6AD

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

Shades of Tide #BFB6AD

Tints of Tide #BFB6AD

Color information

#BFB6AD (or 0xBFB6AD) is unknown color: approx Tide. HEX triplet: BF, B6 and AD. RGB value is (191,182,173). Sum of RGB (Red+Green+Blue) = 191+182+173=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB6AD is #404952. Grayscale: #B7B7B7. Windows color (decimal): -4213075 or 11384511. OLE color: 11384511.

HSL color Cylindrical-coordinate representation of color #BFB6AD: hue angle of 30º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB6AD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191182173-
CMYK00.050.090.25
HSL30º12.33%71.37%-
HSV(B)30º9.42%74.9%-
XYZ45.7647.5546.3-
YUV183.66121.98133.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=34.98%
G=33.33%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118217300.050.090.253012.3371.37
HexBFB6AD059191ec47
Octal2772662550511313614107
Binary10111111101101101010110101011001110011111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6AD; }

 p { color: rgb(191,182,173); }

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

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

 a { background-color: rgb(191,182,173); }

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

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

 span { border-color: rgb(191,182,173); }

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