#BFB6AB

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

Shades of Tide #BFB6AB

Tints of Tide #BFB6AB

Color information

#BFB6AB (or 0xBFB6AB) is unknown color: approx Tide. HEX triplet: BF, B6 and AB. RGB value is (191,182,171). Sum of RGB (Red+Green+Blue) = 191+182+171=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB6AB is #404954. Grayscale: #B7B7B7. Windows color (decimal): -4213077 or 11253439. OLE color: 11253439.

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

Color convert

RGB191182171-
CMYK00.050.100.25
HSL33º13.51%70.98%-
HSV(B)33º10.47%74.9%-
XYZ45.5647.4745.29-
YUV183.44120.98133.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=35.11%
G=33.46%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118217100.050.100.253313.5170.98
HexBFB6AB05A1921e47
Octal2772662530512314116107
Binary101111111011011010101011010110101100110000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6AB; }

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

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

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

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

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

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

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

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