#BFB5AB

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

Shades of Tide #BFB5AB

Tints of Tide #BFB5AB

Color information

#BFB5AB (or 0xBFB5AB) is unknown color: approx Tide. HEX triplet: BF, B5 and AB. RGB value is (191,181,171). Sum of RGB (Red+Green+Blue) = 191+181+171=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB5AB is #404A54. Grayscale: #B6B6B6. Windows color (decimal): -4213333 or 11253183. OLE color: 11253183.

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

Color convert

RGB191181171-
CMYK00.050.100.25
HSL30º13.51%70.98%-
HSV(B)30º10.47%74.9%-
XYZ45.3647.0645.22-
YUV182.85121.31133.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=35.17%
G=33.33%
B=31.49%

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
Decimal19118117100.050.100.253013.5170.98
HexBFB5AB05A191ee47
Octal2772652530512313616107
Binary10111111101101011010101101011010110011111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5AB; }

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

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

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

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

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

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

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

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