#BFB4AB

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

Shades of Tide #BFB4AB

Tints of Tide #BFB4AB

Color information

#BFB4AB (or 0xBFB4AB) is unknown color: approx Tide. HEX triplet: BF, B4 and AB. RGB value is (191,180,171). Sum of RGB (Red+Green+Blue) = 191+180+171=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4AB is #404B54. Grayscale: #B6B6B6. Windows color (decimal): -4213589 or 11252927. OLE color: 11252927.

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

Color convert

RGB191180171-
CMYK00.060.100.25
HSL27º13.51%70.98%-
HSV(B)27º10.47%74.9%-
XYZ45.1646.6645.15-
YUV182.26121.64134.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=35.24%
G=33.21%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118017100.060.100.252713.5170.98
HexBFB4AB06A191be47
Octal2772642530612313316107
Binary10111111101101001010101101101010110011101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4AB; }

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

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

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

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

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

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

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

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